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