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