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