3 references to TextChunk
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\PatternMatcher.PatternSegment.cs (3)
36
this.TotalTextChunk = new
TextChunk
(text, allowFuzzyMatching);
108
result[resultIndex++] = new
TextChunk
(pattern.Substring(wordStart, wordLength), allowFuzzyMatching);
116
result[resultIndex++] = new
TextChunk
(pattern.Substring(wordStart, wordLength), allowFuzzyMatching);