3 writes to ReturnValue
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
137rpc.ReturnValue = _formatter.DeserializeReply(reply, rpc.OutputParameters); 146rpc.ReturnValue = reply;
System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
43ReturnValue = null;
3 references to ReturnValue
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (2)
779return rpc.ReturnValue; 817return sendResult._rpc.ReturnValue;
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
156rpc.ReturnValue,