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(); 51return MatchPatternSegment(candidate, in _fullPatternSegment, ref matches, fuzzyMatch: false) || 52MatchPatternSegment(candidate, in _fullPatternSegment, ref matches, fuzzyMatch: true);