3 writes to pendingWritingMessageException
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
242this.pendingWritingMessageException = error; 255ThrowOnPendingException(ref this.pendingWritingMessageException); 303this.pendingWritingMessageException = error;
2 references to pendingWritingMessageException
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
221Fx.Assert(this.pendingWritingMessageException == null, "'pendingWritingMessageException' MUST be NULL at this point."); 287Fx.Assert(this.pendingWritingMessageException == null, "'pendingWritingMessageException' MUST be NULL at this point.");