2 references to SharedSize
Microsoft.CodeAnalysis (2)
InternalUtilities\TextKeyedCache.cs (2)
39private const int SharedSizeMask = SharedSize - 1; 55private static readonly (int HashCode, SharedEntryValue Entry)[] s_sharedTable = new (int HashCode, SharedEntryValue Entry)[SharedSize];