1 write to TotalTextChunk
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.cs (1)
358
candidate, ref segment.
TotalTextChunk
, punctuationStripped: false, fuzzyMatch: fuzzyMatch);
3 references to TotalTextChunk
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.cs (1)
355
if (!ContainsSpaceOrAsterisk(segment.
TotalTextChunk
.Text))
PatternMatching\PatternMatcher.PatternSegment.cs (1)
33
this.
TotalTextChunk
.Dispose();
PatternMatching\SimplePatternMatcher.cs (1)
60
=> simplePatternMatcher._fullPatternSegment.
TotalTextChunk
.SimilarityChecker.LastCacheResultIs(areSimilar, candidateText);