3 writes to _outParams
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
66_outParams = ServiceReflector.GetOutputParameters(_syncMethod, false); 70_outParams = Array.Empty<ParameterInfo>(); 78_outParams = ServiceReflector.GetOutputParameters(_syncMethod, false);
3 references to _outParams
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
307if (_outParams.Length == 0) 313outs = new object[_outParams.Length]; 351return MapOutputs(_outParams, methodCall, outs, ref ret);