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)
31
if (node is ExpressionSyntax expression &&
_matches
.Contains(expression))