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