1 write to root
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
799
root
= startingAssembly;
4 references to root
System.Workflow.Activities (4)
Rules\RuleValidation.cs (4)
810
Type type =
root
.GetType(name, throwOnError, false);
844
types.AddRange(
root
.GetTypes());
872
get { return
root
; }
883
foreach (AssemblyName a in
root
.GetReferencedAssemblies())