1 write to hash
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxNodeCache.cs (1)
124
this.
hash
= hash;
3 references to hash
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SyntaxNodeCache.cs (3)
200
if (e.
hash
== h && e.node != null && e.node.IsCacheEquivalent(kind, flags, child1))
228
if (e.
hash
== h && e.node != null && e.node.IsCacheEquivalent(kind, flags, child1, child2))
256
if (e.
hash
== h && e.node != null && e.node.IsCacheEquivalent(kind, flags, child1, child2, child3))