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