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