3 writes to OutputParameters
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
781rpc.OutputParameters = outs; 809sendResult.Rpc.OutputParameters = outs;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
38this.OutputParameters = null;
2 references to OutputParameters
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
157rpc.ReturnValue = _formatter.DeserializeReply(reply, rpc.OutputParameters); 175rpc.OutputParameters,