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