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