3 writes to _endOfMessageWritten
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
920
_endOfMessageWritten
= WebSocketHelper.OperationNotStarted;
1181
if (Interlocked.CompareExchange(ref
_endOfMessageWritten
, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)
1301
if (Interlocked.CompareExchange(ref
_endOfMessageWritten
, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)
1 reference to _endOfMessageWritten
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
1125
if (
_endOfMessageWritten
== WebSocketHelper.OperationFinished)