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