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