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