2 references to CacheSize
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxNodeCache.cs (2)
115
private const int CacheMask =
CacheSize
- 1;
129
private static readonly Entry[] s_cache = new Entry[
CacheSize
];