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