1 write to _asyncInputs
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1844_asyncInputs = ServiceReflector.GetInputParameters(_asyncOperation.BeginMethod, true);
2 references to _asyncInputs
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
1849if (_taskInputs.Length != _asyncInputs.Length) 1865if (_taskInputs[i].ParameterType != _asyncInputs[i].ParameterType)