9 references to GetInputParameters
System.ServiceModel.Primitives (9)
System\ServiceModel\Description\TypeLoader.cs (7)
1157ParameterInfo[] 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);