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