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