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