2 writes to currentState
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
83
this.
currentState
= CommunicationState.Opened;
97
this.
currentState
= CommunicationState.Closed;
3 references to currentState
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (3)
78
if (this.
currentState
!= CommunicationState.Created)
92
if (this.
currentState
!= CommunicationState.Opened)
210
if (this.
currentState
!= CommunicationState.Opened)