1 write to _asyncInputs
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1584_asyncInputs = ServiceReflector.GetInputParameters(_asyncOperation.BeginMethod, true);
2 references to _asyncInputs
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
1591if (_syncInputs.Length != _asyncInputs.Length || _syncOutputs.Length != _asyncOutputs.Length) 1607if (_syncInputs[i].ParameterType != _asyncInputs[i].ParameterType)