6 references to GetMatchedSpan
Microsoft.CodeAnalysis.Workspaces (6)
PatternMatching\PatternMatcher.cs (6)
182matchedSpan: GetMatchedSpan(0, candidateLength)); 207PatternMatchKind.Prefix, punctuationStripped, isCaseSensitive, matchedSpan: GetMatchedSpan(0, patternChunk.Text.Length)); 232matchedSpan: GetMatchedSpan(caseSensitiveIndex, patternChunk.Text.Length)); 247matchedSpan: GetMatchedSpan(caseInsensitiveIndex, patternChunk.Text.Length)); 262matchedSpan: GetMatchedSpan(hump.Start, patternChunk.Text.Length)); 294matchedSpan: GetMatchedSpan(caseSensitiveIndex, patternChunk.Text.Length));