1 write to syncInputs
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1690
this.
syncInputs
= ServiceReflector.GetInputParameters(this.syncOperation.SyncMethod, false);
3 references to syncInputs
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (3)
1696
if (this.
syncInputs
.Length != this.taskInputs.Length)
1709
for (int i = 0; i < this.
syncInputs
.Length; i++)
1711
if (this.
syncInputs
[i].ParameterType != this.taskInputs[i].ParameterType)