11 references to OperationNotStarted
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (11)
26
private int _cleanupStatus = WebSocketHelper.
OperationNotStarted
;
330
if (Interlocked.CompareExchange(ref _cleanupStatus, WebSocketHelper.OperationFinished, WebSocketHelper.
OperationNotStarted
) == WebSocketHelper.
OperationNotStarted
)
919
_messageSourceCleanState = WebSocketHelper.
OperationNotStarted
;
920
_endOfMessageWritten = WebSocketHelper.
OperationNotStarted
;
1181
if (Interlocked.CompareExchange(ref _endOfMessageWritten, WebSocketHelper.OperationFinished, WebSocketHelper.
OperationNotStarted
) == WebSocketHelper.
OperationNotStarted
)
1259
if (Interlocked.CompareExchange(ref _messageSourceCleanState, WebSocketHelper.OperationFinished, WebSocketHelper.
OperationNotStarted
) == WebSocketHelper.
OperationNotStarted
)
1301
if (Interlocked.CompareExchange(ref _endOfMessageWritten, WebSocketHelper.OperationFinished, WebSocketHelper.
OperationNotStarted
) == WebSocketHelper.
OperationNotStarted
)