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)
307
if (
_outParams
.Length == 0)
313
outs = new object[
_outParams
.Length];
351
return MapOutputs(
_outParams
, methodCall, outs, ref ret);