5 writes to _state
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\RequestContextBase.cs (5)
28_state = CommunicationState.Opened; 89_state = CommunicationState.Closing; 100_state = CommunicationState.Closed; 129_state = CommunicationState.Closing; 143_state = CommunicationState.Closed;
5 references to _state
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\RequestContextBase.cs (5)
84if (_state == CommunicationState.Closed) 119if (_state != CommunicationState.Opened) 182if (_state == CommunicationState.Closed || _state == CommunicationState.Closing) 208if ((_state != CommunicationState.Opened) || ReplyInitiated)