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