1 write to _cleanupStatus
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
330
if (Interlocked.CompareExchange(ref
_cleanupStatus
, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)
1 reference to _cleanupStatus
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
338
Fx.Assert(
_cleanupStatus
== WebSocketHelper.OperationFinished,