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