1 write to clonedMessage
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\MessageRpc.cs (1)
169
this.
clonedMessage
= this.messageBuffer.CreateMessage();
2 references to clonedMessage
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\MessageRpc.cs (2)
138
Fx.Assert(this.
clonedMessage
!= null, "Need to set clonedMessage if we buffered the message");
139
return this.
clonedMessage
;