1 write to TotalTextChunk
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.PatternSegment.cs (1)
36this.TotalTextChunk = new TextChunk(text, allowFuzzyMatching);
3 references to TotalTextChunk
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.cs (2)
321if (!ContainsSpaceOrAsterisk(segment.TotalTextChunk.Text)) 324candidate, segment.TotalTextChunk, punctuationStripped: false, fuzzyMatch: fuzzyMatch);
PatternMatching\PatternMatcher.PatternSegment.cs (1)
42this.TotalTextChunk.Dispose();