2 references to SharedSize
GenerateDocumentationAndConfigFiles (2)
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (2)
45private const int SharedSizeMask = SharedSize - 1; 66private static readonly SegmentedArray<Entry> s_sharedTable = new SegmentedArray<Entry>(SharedSize);