4 references to InsertRange
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Syntax\SyntaxTokenListTests.cs (2)
126
list = list.
InsertRange
(list.Count, [
167
list = list.
InsertRange
(2, [
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxTokenList.cs (2)
162
=>
InsertRange
(Count, tokens);
174
return
InsertRange
(index, [token]);