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