5 writes to state
System.ServiceModel (5)
System\ServiceModel\Channels\RequestContextBase.cs (5)
34this.state = CommunicationState.Opened; 106state = CommunicationState.Closing; 123state = CommunicationState.Closed; 151state = CommunicationState.Closing; 165state = CommunicationState.Closed;
5 references to state
System.ServiceModel (5)
System\ServiceModel\Channels\RequestContextBase.cs (5)
103if (state == CommunicationState.Closed) 143if (state != CommunicationState.Opened) 200if (state == CommunicationState.Closed || state == CommunicationState.Closing) 220if ((this.state != CommunicationState.Opened) || this.replyInitiated)