1 write to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\SimplePatternMatcher.cs (1)
28
_fullPatternSegment
= new PatternSegment(pattern, allowFuzzyMatching);
4 references to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (4)
PatternMatching\SimplePatternMatcher.cs (4)
29
_invalidPattern =
_fullPatternSegment
.IsInvalid;
35
_fullPatternSegment
.Dispose();
51
return MatchPatternSegment(candidate, in
_fullPatternSegment
, ref matches, fuzzyMatch: false) ||
52
MatchPatternSegment(candidate, in
_fullPatternSegment
, ref matches, fuzzyMatch: true);