зеркало из https://github.com/dotnet/razor.git
Prefer collection expression over ToList()
This commit is contained in:
Родитель
fcf0de81b6
Коммит
ac1ea0837f
|
@ -1271,7 +1271,7 @@ internal class CSharpCodeParser : TokenizerBackedParser<CSharpTokenizer>
|
||||||
|
|
||||||
chunkGenerator = chunkGeneratorFactory(
|
chunkGenerator = chunkGeneratorFactory(
|
||||||
directiveValue,
|
directiveValue,
|
||||||
directiveErrorSink.GetErrorsAndClear().ToList(),
|
[.. directiveErrorSink.GetErrorsAndClear()],
|
||||||
valueStartLocation ?? CurrentStart);
|
valueStartLocation ?? CurrentStart);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче