3 references to TotalTextChunk
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.cs (2)
332
if (!ContainsSpaceOrAsterisk(segment.
TotalTextChunk
.Text))
335
candidate, segment.
TotalTextChunk
, punctuationStripped: false);
PatternMatching\PatternMatcher.PatternSegment.cs (1)
33
this.
TotalTextChunk
.Dispose();