1 write to _throwOnDisposed
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCache.cs (1)
370
_throwOnDisposed
= ConfigUtil.GetBooleanValue(config, ConfigUtil.ThrowOnDisposed, false);
1 reference to _throwOnDisposed
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCache.cs (1)
859
if (
_throwOnDisposed
)