9 references to GetInputParameters
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (7)
1130
ParameterInfo[] 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);