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