2 references to LocalSize
Microsoft.CodeAnalysis (2)
InternalUtilities\TextKeyedCache.cs (2)
34private const int LocalSizeMask = LocalSize - 1; 49private readonly (string Text, int HashCode, T Item)[] _localTable = new (string Text, int HashCode, T Item)[LocalSize];