1 write to asyncOutputs
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1549
this.
asyncOutputs
= ServiceReflector.GetOutputParameters(this.asyncOperation.EndMethod, true);
2 references to asyncOutputs
System.ServiceModel (2)
System\ServiceModel\Description\TypeLoader.cs (2)
1554
if (this.syncInputs.Length != this.asyncInputs.Length || this.syncOutputs.Length != this.
asyncOutputs
.Length)
1587
if (this.syncOutputs[i].ParameterType != this.
asyncOutputs
[i].ParameterType)