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