7 references to FuzzyBigramAlphabetSize
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (7)
120
/// <see cref="
FuzzyBigramAlphabetSize
"/> × <see cref="
FuzzyBigramAlphabetSize
"/> = 1369 bits.
122
private const int FuzzyBigramBitCount =
FuzzyBigramAlphabetSize
*
FuzzyBigramAlphabetSize
;
279
var idx = FuzzyBigramCharIndex(char.ToLowerInvariant(name[i])) *
FuzzyBigramAlphabetSize
707
/// Maps a character to its index in the <see cref="
FuzzyBigramAlphabetSize
"/>-element alphabet used
752
var idx = FuzzyBigramCharIndex(char.ToLowerInvariant(pattern[i])) *
FuzzyBigramAlphabetSize