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