2 writes to disposed
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
45this.disposed = false; 248this.disposed = true;
2 references to disposed
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
246if (!this.disposed) 264if (this.disposed)