1 write to syncInputs
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1546this.syncInputs = ServiceReflector.GetInputParameters(this.syncOperation.SyncMethod, false);
3 references to syncInputs
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (3)
1554if (this.syncInputs.Length != this.asyncInputs.Length || this.syncOutputs.Length != this.asyncOutputs.Length) 1568for (int i = 0; i < this.syncInputs.Length; i++) 1570if (this.syncInputs[i].ParameterType != this.asyncInputs[i].ParameterType)