11 references to OperationNotStarted
System.ServiceModel (11)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (11)
34int cleanupStatus = WebSocketHelper.OperationNotStarted; 378if (Interlocked.CompareExchange(ref this.cleanupStatus, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted) 1060this.messageSourceCleanState = WebSocketHelper.OperationNotStarted; 1061this.endOfMessageWritten = WebSocketHelper.OperationNotStarted; 1379if (Interlocked.CompareExchange(ref this.endOfMessageWritten, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted) 1457if (Interlocked.CompareExchange(ref this.messageSourceCleanState, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted) 1495if (Interlocked.CompareExchange(ref this.endOfMessageWritten, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)