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