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