1 write to _endOutParams
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
72
_endOutParams
= ServiceReflector.GetOutputParameters(operation.EndMethod, true);
2 references to _endOutParams
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
345
outs = new object[
_endOutParams
.Length];
356
return MapOutputs(
_endOutParams
, methodCall, outs, ref ret);