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