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