2 instantiations of TokenListEditor
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxReplacer.cs (2)
212return new TokenListEditor(tokenInList, newTokens, ListEditKind.Replace).Visit(root); 217return new TokenListEditor(tokenInList, newTokens, insertBefore ? ListEditKind.InsertBefore : ListEditKind.InsertAfter).Visit(root);