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