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