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