3 references to MaxSymbolNameLengthBitIndex
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (3)
104
/// if some symbol has a name of length <c>i</c> (lengths ≥ 63 share bit <see cref="
MaxSymbolNameLengthBitIndex
"/>).
211
lengthBitset |= 1UL << Math.Min(name.Length,
MaxSymbolNameLengthBitIndex
);
698
var bit = Math.Min(candidateLength,
MaxSymbolNameLengthBitIndex
);