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