1 write to _cleanupStatus
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
309
if (Interlocked.CompareExchange(ref
_cleanupStatus
, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)
1 reference to _cleanupStatus
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
317
Fx.Assert(
_cleanupStatus
== WebSocketHelper.OperationFinished,