1 write to _syncOutputs
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1642_syncOutputs = ServiceReflector.GetOutputParameters(_syncOperation.SyncMethod, false);
3 references to _syncOutputs
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\TypeLoader.cs (3)
1648if (_syncInputs.Length != _asyncInputs.Length || _syncOutputs.Length != _asyncOutputs.Length) 1679for (int i = 0; i < _syncOutputs.Length; i++) 1681if (_syncOutputs[i].ParameterType != _asyncOutputs[i].ParameterType)