1 write to SubWordTextChunks
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatcher.PatternSegment.cs (1)
37this.SubWordTextChunks = BreakPatternIntoSubWords(text, allowFuzzyMatching);
3 references to SubWordTextChunks
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.cs (1)
347var subWordTextChunks = segment.SubWordTextChunks;
PatternMatching\PatternMatcher.PatternSegment.cs (2)
43foreach (var chunk in this.SubWordTextChunks) 49public readonly bool IsInvalid => this.SubWordTextChunks.Length == 0;