1 write to _includeMatchedSpans
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.cs (1)
58
_includeMatchedSpans
= includeMatchedSpans;
3 references to _includeMatchedSpans
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.cs (3)
307
=>
_includeMatchedSpans
? new TextSpan(start, length) : null;
508
var matcher = new AllLowerCamelCaseMatcher(
_includeMatchedSpans
, candidate, patternChunk.Text, _textInfo);
545
matchedSpans =
_includeMatchedSpans