1 instantiation of SyntaxLastTokenReplacer
Microsoft.CodeAnalysis.CSharp (1)
Syntax\InternalSyntax\SyntaxLastTokenReplacer.cs (1)
31var replacer = new SyntaxLastTokenReplacer(oldToken, newToken);
2 references to SyntaxLastTokenReplacer
Microsoft.CodeAnalysis.CSharp (2)
Parser\SyntaxParser.cs (1)
928return SyntaxLastTokenReplacer.Replace(node, newToken);
Syntax\InternalSyntax\SyntaxLastTokenReplacer.cs (1)
31var replacer = new SyntaxLastTokenReplacer(oldToken, newToken);