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)
102
if (
_state
== CommunicationState.Closed)
135
if (
_state
!= CommunicationState.Opened)
192
if (
_state
== CommunicationState.Closed ||
_state
== CommunicationState.Closing)
212
if ((
_state
!= CommunicationState.Opened) || _replyInitiated)