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