3 writes to messageSourceCleanState
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
1060this.messageSourceCleanState = WebSocketHelper.OperationNotStarted; 1073this.messageSourceCleanState = WebSocketHelper.OperationFinished; 1457if (Interlocked.CompareExchange(ref this.messageSourceCleanState, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)