1 write to _includeMatchedSpans
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\AllLowerCamelCaseMatcher.cs (1)
37
_includeMatchedSpans
= includeMatchedSpans;
2 references to _includeMatchedSpans
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\AllLowerCamelCaseMatcher.cs (2)
68
matchedSpans =
_includeMatchedSpans
&& result.Value.MatchedSpansInReverse != null
86
var matchedSpansInReverse =
_includeMatchedSpans
? ArrayBuilder<TextSpan>.GetInstance() : null;