3 writes to _outParams
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
62
_outParams
= ServiceReflector.GetOutputParameters(_syncMethod, false);
66
_outParams
= Array.Empty<ParameterInfo>();
74
_outParams
= ServiceReflector.GetOutputParameters(_syncMethod, false);
3 references to _outParams
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
289
if (
_outParams
.Length == 0)
295
outs = new object[
_outParams
.Length];
336
return MapOutputs(
_outParams
, methodCall, outs, ref ret);