3 writes to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\SimplePatternMatcher.cs (3)
28_fullPatternSegment = new PatternSegment(pattern, allowFuzzyMatching); 51return MatchPatternSegment(candidate, ref _fullPatternSegment, ref matches, fuzzyMatch: false) || 52MatchPatternSegment(candidate, ref _fullPatternSegment, ref matches, fuzzyMatch: true);
3 references to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\SimplePatternMatcher.cs (3)
29_invalidPattern = _fullPatternSegment.IsInvalid; 35_fullPatternSegment.Dispose(); 61=> simplePatternMatcher._fullPatternSegment.TotalTextChunk.SimilarityChecker.LastCacheResultIs(areSimilar, candidateText);