1 instantiation of Entry
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxNodeCache.cs (1)
140s_cache[idx] = new Entry(hash, node);
5 references to Entry
Microsoft.CodeAnalysis (5)
Syntax\InternalSyntax\SyntaxNodeCache.cs (5)
129private static readonly Entry[] s_cache = new Entry[CacheSize]; 199var e = s_cache[idx]; 227var e = s_cache[idx]; 255var e = s_cache[idx];