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