3 references to IsWordBoundaryMatch
aspire (3)
Documentation\Docs\DocsIndexService.cs (2)
762if (LexicalScoring.IsWordBoundaryMatch(textSpan, token, absoluteIndex)) 872if (LexicalScoring.IsWordBoundaryMatch(textSpan, token, firstMatchIndex))
Documentation\LexicalScoring.cs (1)
123if (IsWordBoundaryMatch(textSpan, token, firstMatchIndex, wordCharacterMode))