1 instantiation of Rewriter
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.Rewriter.cs (1)
94
=> new
Rewriter
(replacementNode, matches).Visit(node)!;
1 reference to Rewriter
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.cs (1)
154
return (TNode)
Rewriter
.Visit(node, replacementNode, matches);