1 write to _syncInputs
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1726_syncInputs = ServiceReflector.GetInputParameters(_syncOperation.SyncMethod, false);
3 references to _syncInputs
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
1732if (_syncInputs.Length != _taskInputs.Length) 1745for (int i = 0; i < _syncInputs.Length; i++) 1747if (_syncInputs[i].ParameterType != _taskInputs[i].ParameterType)