1 write to endOutParams
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
83
this.
endOutParams
= ServiceReflector.GetOutputParameters(operation.EndMethod, true);
2 references to endOutParams
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
418
outs = new object[this.
endOutParams
.Length];
431
return MapOutputs(this.
endOutParams
, methodCall, outs, ref ret);