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