1 write to _matches
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.Rewriter.cs (1)
26_matches = matches;
1 reference to _matches
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.Rewriter.cs (1)
31if (node is ExpressionSyntax expression && _matches.Contains(expression))