1 write to _key
System.Web (1)
Cache\CacheEntry.cs (1)
37_key = key;
5 references to _key
System.Web (5)
Cache\CacheEntry.cs (5)
54get { return _key; } 67_hashCode = _key.GetHashCode(); 283callback(_key, _value, reason); 287callback(_key, _value, reason); 305callback(_key, _value, reason);