10 references to GetInputParameters
System.ServiceModel (10)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
254
ParameterInfo[] parameters = ServiceReflector.
GetInputParameters
(methodInfo, false);
System\ServiceModel\Description\TypeLoader.cs (7)
1082
ParameterInfo[] parameters = ServiceReflector.
GetInputParameters
(methodInfo, isAsync);
1546
this.syncInputs = ServiceReflector.
GetInputParameters
(this.syncOperation.SyncMethod, false);
1547
this.asyncInputs = ServiceReflector.
GetInputParameters
(this.asyncOperation.BeginMethod, true);
1690
this.syncInputs = ServiceReflector.
GetInputParameters
(this.syncOperation.SyncMethod, false);
1691
this.taskInputs = ServiceReflector.
GetInputParameters
(this.taskOperation.TaskMethod, false);
1808
this.taskInputs = ServiceReflector.
GetInputParameters
(this.taskOperation.TaskMethod, false);
1809
this.asyncInputs = ServiceReflector.
GetInputParameters
(this.asyncOperation.BeginMethod, true);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
74
this.inParams = ServiceReflector.
GetInputParameters
(this.beginMethod, true);
88
this.inParams = ServiceReflector.
GetInputParameters
(this.syncMethod, false);