2 references to LocalSize
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\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
];