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