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