2 references to GetCacheHash
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SyntaxNodeCache.cs (2)
137
Debug.Assert(node.
GetCacheHash
() == hash);
166
int hash = child.
GetCacheHash
();