6 references to GetMatchedSpan
Microsoft.CodeAnalysis.Workspaces (6)
PatternMatching\PatternMatcher.cs (6)
181matchedSpan: GetMatchedSpan(0, candidateLength)); 206PatternMatchKind.Prefix, punctuationStripped, isCaseSensitive, matchedSpan: GetMatchedSpan(0, patternChunk.Text.Length)); 231matchedSpan: GetMatchedSpan(caseSensitiveIndex, patternChunk.Text.Length)); 246matchedSpan: GetMatchedSpan(caseInsensitiveIndex, patternChunk.Text.Length)); 261matchedSpan: GetMatchedSpan(hump.Start, patternChunk.Text.Length)); 293matchedSpan: GetMatchedSpan(caseSensitiveIndex, patternChunk.Text.Length));