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