2 references to TokenListEditor
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxReplacer.cs (2)
247
return new
TokenListEditor
(tokenInList, newTokens, ListEditKind.Replace).Visit(root);
252
return new
TokenListEditor
(tokenInList, newTokens, insertBefore ? ListEditKind.InsertBefore : ListEditKind.InsertAfter).Visit(root);