3 writes to _messageSourceCleanState
System.ServiceModel.Http (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
891
_messageSourceCleanState
= WebSocketHelper.OperationNotStarted;
904
_messageSourceCleanState
= WebSocketHelper.OperationFinished;
1231
if (Interlocked.CompareExchange(ref
_messageSourceCleanState
, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)