3 references to SubWordTextChunks
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.cs (1)
381var subWordTextChunks = segment.SubWordTextChunks;
PatternMatching\PatternMatcher.PatternSegment.cs (2)
34foreach (var chunk in this.SubWordTextChunks) 40public readonly bool IsInvalid => this.SubWordTextChunks.Length == 0;