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