3 writes to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\SimplePatternMatcher.cs (3)
27_fullPatternSegment = new PatternSegment(pattern, allowFuzzyMatching); 50return MatchPatternSegment(candidate, ref _fullPatternSegment, ref matches, fuzzyMatch: false) || 51MatchPatternSegment(candidate, ref _fullPatternSegment, ref matches, fuzzyMatch: true);
2 references to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\SimplePatternMatcher.cs (2)
28_invalidPattern = _fullPatternSegment.IsInvalid; 34_fullPatternSegment.Dispose();