1 write to taskInputs
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1691
this.
taskInputs
= ServiceReflector.GetInputParameters(this.taskOperation.TaskMethod, false);
2 references to taskInputs
System.ServiceModel (2)
System\ServiceModel\Description\TypeLoader.cs (2)
1696
if (this.syncInputs.Length != this.
taskInputs
.Length)
1711
if (this.syncInputs[i].ParameterType != this.
taskInputs
[i].ParameterType)