8 references to FuzzyBigramAlphabetSize
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (8)
124
/// <see cref="
FuzzyBigramAlphabetSize
"/> × <see cref="
FuzzyBigramAlphabetSize
"/> = 1369 bits.
126
private const int FuzzyBigramBitCount =
FuzzyBigramAlphabetSize
*
FuzzyBigramAlphabetSize
;
293
var idx = FuzzyBigramCharIndex(char.ToLowerInvariant(name[i])) *
FuzzyBigramAlphabetSize
655
/// Maps a character to its index in the <see cref="
FuzzyBigramAlphabetSize
"/>-element alphabet used
700
var idx = FuzzyBigramCharIndex(char.ToLowerInvariant(pattern[i])) *
FuzzyBigramAlphabetSize
803
var idx = FuzzyBigramCharIndex(text[i]) *
FuzzyBigramAlphabetSize