11 references to OperationNotStarted
System.ServiceModel.Http (11)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (11)
23private int _cleanupStatus = WebSocketHelper.OperationNotStarted; 309if (Interlocked.CompareExchange(ref _cleanupStatus, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted) 891_messageSourceCleanState = WebSocketHelper.OperationNotStarted; 892_endOfMessageWritten = WebSocketHelper.OperationNotStarted; 1153if (Interlocked.CompareExchange(ref _endOfMessageWritten, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted) 1231if (Interlocked.CompareExchange(ref _messageSourceCleanState, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted) 1273if (Interlocked.CompareExchange(ref _endOfMessageWritten, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)