1 write to key
System.Core (1)
Microsoft\Scripting\Utils\CacheDict.cs (1)
45this.key = key;
2 references to key
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))