4 references to ObjectCache
System.ServiceModel.Internals (4)
System\Runtime\Collections\ObjectCache.cs (4)
197
ObjectCache
<TKey, TValue> cache = (
ObjectCache
<TKey, TValue>)state;
324
readonly
ObjectCache
<TKey, TValue> parent;
337
public Item(TKey key, TValue value,
ObjectCache
<TKey, TValue> parent)