3 writes to _fullPatternSegment
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\SimplePatternMatcher.cs (3)
28
_fullPatternSegment
= new PatternSegment(pattern, allowFuzzyMatching);
51
return MatchPatternSegment(candidate, ref
_fullPatternSegment
, ref matches, fuzzyMatch: false) ||
52
MatchPatternSegment(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);