5 writes to _state
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (5)
34_state = CommunicationState.Opened; 105_state = CommunicationState.Closing; 116_state = CommunicationState.Closed; 143_state = CommunicationState.Closing; 157_state = CommunicationState.Closed;
5 references to _state
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (5)
102if (_state == CommunicationState.Closed) 135if (_state != CommunicationState.Opened) 192if (_state == CommunicationState.Closed || _state == CommunicationState.Closing) 212if ((_state != CommunicationState.Opened) || _replyInitiated)