2 references to FuzzyBigramBitCount
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (2)
125
/// Number of <see langword="ulong"/> elements needed to store <see cref="
FuzzyBigramBitCount
"/> bits.
127
private const int FuzzyBigramUlongCount = (
FuzzyBigramBitCount
+ 63) / 64;