1 write to _hash
System.Linq.Expressions (1)
System\Dynamic\Utils\CacheDict.cs (1)
32
_hash
= hash;
2 references to _hash
System.Linq.Expressions (2)
System\Dynamic\Utils\CacheDict.cs (2)
59
if (entry != null && entry.
_hash
== hash && entry._key.Equals(key))
79
if (entry == null || entry.
_hash
!= hash || !entry._key.Equals(key))