2 references to LocalSizeBits
Microsoft.CodeAnalysis (2)
InternalUtilities\StringTable.cs (2)
35private const int LocalSize = (1 << LocalSizeBits); 466return (hash ^ (hash >> LocalSizeBits)) & SharedSizeMask;