3 references to InsertRange
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxReplacer.cs (2)
355
return list.
InsertRange
(index + 1, _newTokens);
358
return list.
InsertRange
(index, _newTokens);
Language\Syntax\SyntaxTokenList.cs (1)
165
=>
InsertRange
(Count, tokens);