3 writes to endOfMessageWritten
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
1061this.endOfMessageWritten = WebSocketHelper.OperationNotStarted; 1379if (Interlocked.CompareExchange(ref this.endOfMessageWritten, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted) 1495if (Interlocked.CompareExchange(ref this.endOfMessageWritten, WebSocketHelper.OperationFinished, WebSocketHelper.OperationNotStarted) == WebSocketHelper.OperationNotStarted)
2 references to endOfMessageWritten
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
1301if (this.endOfMessageWritten == WebSocketHelper.OperationFinished) 1330if (this.endOfMessageWritten == WebSocketHelper.OperationFinished)