1 write to cleanupStatus
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
378
if (Interlocked.CompareExchange(ref this.
cleanupStatus
, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)
1 reference to cleanupStatus
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
386
Fx.Assert(this.
cleanupStatus
== WebSocketHelper.OperationFinished,