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)
345outs = new object[_endOutParams.Length]; 356return MapOutputs(_endOutParams, methodCall, outs, ref ret);