9 references to GetInputParameters
System.ServiceModel.Primitives (9)
System\ServiceModel\Description\TypeLoader.cs (7)
1157
ParameterInfo[] parameters = ServiceReflector.
GetInputParameters
(methodInfo, isAsync);
1640
_syncInputs = ServiceReflector.
GetInputParameters
(_syncOperation.SyncMethod, false);
1641
_asyncInputs = ServiceReflector.
GetInputParameters
(_asyncOperation.BeginMethod, true);
1783
_syncInputs = ServiceReflector.
GetInputParameters
(_syncOperation.SyncMethod, false);
1784
_taskInputs = ServiceReflector.
GetInputParameters
(_taskOperation.TaskMethod, false);
1900
_taskInputs = ServiceReflector.
GetInputParameters
(_taskOperation.TaskMethod, false);
1901
_asyncInputs = ServiceReflector.
GetInputParameters
(_asyncOperation.BeginMethod, true);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
59
_inParams = ServiceReflector.
GetInputParameters
(_beginMethod, true);
73
_inParams = ServiceReflector.
GetInputParameters
(_syncMethod, false);