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