1 write to _syncOutputs
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1585_syncOutputs = ServiceReflector.GetOutputParameters(_syncOperation.SyncMethod, false);
3 references to _syncOutputs
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
1591if (_syncInputs.Length != _asyncInputs.Length || _syncOutputs.Length != _asyncOutputs.Length) 1622for (int i = 0; i < _syncOutputs.Length; i++) 1624if (_syncOutputs[i].ParameterType != _asyncOutputs[i].ParameterType)