1 write to taskInputs
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1808
this.
taskInputs
= ServiceReflector.GetInputParameters(this.taskOperation.TaskMethod, false);
3 references to taskInputs
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (3)
1814
if (this.
taskInputs
.Length != this.asyncInputs.Length)
1828
for (int i = 0; i < this.
taskInputs
.Length; i++)
1830
if (this.
taskInputs
[i].ParameterType != this.asyncInputs[i].ParameterType)