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