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