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