1 write to hash
System.Core (1)
Microsoft\Scripting\Utils\CacheDict.cs (1)
44
this.
hash
= hash;
2 references to hash
System.Core (2)
Microsoft\Scripting\Utils\CacheDict.cs (2)
82
if (entry != null && entry.
hash
== hash && entry.key.Equals(key))
101
if (entry == null || entry.
hash
!= hash || !entry.key.Equals(key))