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