2 writes to disposed
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (2)
30
this.
disposed
= false;
236
this.
disposed
= true;
2 references to disposed
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (2)
176
if (this.
disposed
)
234
if (!this.
disposed
)