2 references to GetPrefixTightnessBonus
aspire (2)
Documentation\ApiDocs\ApiDocsIndexService.cs (2)
1101
score +=
GetPrefixTightnessBonus
(item.NameLower.Length - queryToken.Length);
1112
score +=
GetPrefixTightnessBonus
(bestPathSegmentLength - queryToken.Length);