3 writes to outParams
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
77this.outParams = ServiceReflector.GetOutputParameters(this.syncMethod, false); 81this.outParams = NoParams; 89this.outParams = ServiceReflector.GetOutputParameters(this.syncMethod, false);
3 references to outParams
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (3)
378if (this.outParams.Length == 0) 384outs = new object[this.outParams.Length]; 425return MapOutputs(this.outParams, methodCall, outs, ref ret);