9 references to GetInputParameters
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (7)
1130ParameterInfo[] parameters = ServiceReflector.GetInputParameters(methodInfo, isAsync); 1583_syncInputs = ServiceReflector.GetInputParameters(_syncOperation.SyncMethod, false); 1584_asyncInputs = ServiceReflector.GetInputParameters(_asyncOperation.BeginMethod, true); 1726_syncInputs = ServiceReflector.GetInputParameters(_syncOperation.SyncMethod, false); 1727_taskInputs = ServiceReflector.GetInputParameters(_taskOperation.TaskMethod, false); 1843_taskInputs = ServiceReflector.GetInputParameters(_taskOperation.TaskMethod, false); 1844_asyncInputs = ServiceReflector.GetInputParameters(_asyncOperation.BeginMethod, true);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
63_inParams = ServiceReflector.GetInputParameters(_beginMethod, true); 77_inParams = ServiceReflector.GetInputParameters(_syncMethod, false);