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