1 instantiation of ObjectCacheSettings
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCacheSettings.cs (1)
37return new ObjectCacheSettings(this);
5 references to ObjectCacheSettings
System.ServiceModel.Internals (5)
System\Runtime\Collections\ObjectCache.cs (3)
24ObjectCacheSettings settings; 32public ObjectCache(ObjectCacheSettings settings) 37public ObjectCache(ObjectCacheSettings settings, IEqualityComparer<TKey> comparer)
System\Runtime\Collections\ObjectCacheSettings.cs (2)
27ObjectCacheSettings(ObjectCacheSettings other) 35internal ObjectCacheSettings Clone()