2 references to SharedSize
Microsoft.CodeAnalysis (2)
InternalUtilities\StringTable.cs (2)
41private const int SharedSizeMask = SharedSize - 1; 62private static readonly SegmentedArray<Entry> s_sharedTable = new SegmentedArray<Entry>(SharedSize);