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