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