2 references to GetFlowedInParameterCount
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (2)
52
inParameterCount =
GetFlowedInParameterCount
(operationDescription.BeginMethod.GetParameters()) - 2;
57
inParameterCount =
GetFlowedInParameterCount
(operationDescription.SyncMethod.GetParameters());