5 writes to pendingMessage
System.ServiceModel (5)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (5)
713this.pendingMessage = this.PrepareMessage(result, buffer, receivedByteCount); 764this.pendingMessage = message; 785this.pendingMessage = message; 884this.pendingMessage = this.PrepareMessage(result, buffer, result.Count); 956this.pendingMessage = null;
3 references to pendingMessage
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
718if (buffer != null && (!success || this.pendingMessage == null)) 953if (this.pendingMessage != null) 955Message pendingMessage = this.pendingMessage;