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