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