5 references to s_cache
Microsoft.CodeAnalysis (5)
Syntax\InternalSyntax\SyntaxNodeCache.cs (5)
140s_cache[idx] = new Entry(hash, node); 168return s_cache[idx].node == child; 199var e = s_cache[idx]; 227var e = s_cache[idx]; 255var e = s_cache[idx];