5 references to s_cache
Microsoft.CodeAnalysis (5)
Syntax\InternalSyntax\SyntaxNodeCache.cs (5)
147
s_cache
[idx] = node;
175
return
s_cache
[idx] == child;
211
var e =
s_cache
[h & CacheMask];
238
var e =
s_cache
[h & CacheMask];
265
var e =
s_cache
[h & CacheMask];