2 implementations of TypeLoadErrors
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
893
public IDictionary<object, Exception>
TypeLoadErrors
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
567
public IDictionary<object, Exception>
TypeLoadErrors
1 reference to TypeLoadErrors
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
196
foreach (KeyValuePair<object, Exception> entry in typeProvider.
TypeLoadErrors
)