1 write to _taskInputs
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1843_taskInputs = ServiceReflector.GetInputParameters(_taskOperation.TaskMethod, false);
3 references to _taskInputs
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
1849if (_taskInputs.Length != _asyncInputs.Length) 1863for (int i = 0; i < _taskInputs.Length; i++) 1865if (_taskInputs[i].ParameterType != _asyncInputs[i].ParameterType)