1 write to IsDisposed
System.ServiceModel.Primitives (1)
Internals\System\Runtime\MruCache.cs (1)
241IsDisposed = true;
3 references to IsDisposed
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
612if (_httpClientCache != null && !_httpClientCache.IsDisposed)
System.ServiceModel.Primitives (2)
Internals\System\Runtime\MruCache.cs (2)
239if (!IsDisposed) 250if (IsDisposed)