3 writes to ReturnValue
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
157
rpc.
ReturnValue
= _formatter.DeserializeReply(reply, rpc.OutputParameters);
166
rpc.
ReturnValue
= reply;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
42
this.
ReturnValue
= null;
3 references to ReturnValue
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
784
return rpc.
ReturnValue
;
816
return sendResult.Rpc.
ReturnValue
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
176
rpc.
ReturnValue
,