3 implementations of AllocateInputs
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
347public object[] AllocateInputs()
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
41public object[] AllocateInputs()
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
51public object[] AllocateInputs()
1 reference to AllocateInputs
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
83rpc.InputParameters = Invoker.AllocateInputs();