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