3 writes to ReturnValue
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
180rpc.ReturnValue = this.formatter.DeserializeReply(reply, rpc.OutputParameters); 195rpc.ReturnValue = reply;
System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
43this.ReturnValue = null;
3 references to ReturnValue
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (2)
842return rpc.ReturnValue; 874return sendResult.Rpc.ReturnValue;
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
217rpc.ReturnValue,