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