1 write to key
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCache.cs (1)
345this.key = key;
2 references to key
System.ServiceModel.Internals (2)
System\Runtime\Collections\ObjectCache.cs (2)
401this.parent.cacheItems.Remove(this.key); 445disposeItem = this.parent.Return(this.key, this);