2 references to GetConstructors
System.Workflow.Activities (2)
Rules\Parser\Parser.cs (1)
371completions = RuleValidation.GetConstructors(types, flags);
Rules\RuleValidation.cs (1)
3160List<ConstructorInfo> constructors = GetConstructors(candidateTypes, constructorBindingFlags);