4 references to GetAuthorizedTypes
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
943
this.authorizedTypes = WorkflowCompilationContext.Current.
GetAuthorizedTypes
();
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (1)
261
IList<AuthorizedType> authorizedTypes = WorkflowCompilationContext.Current.
GetAuthorizedTypes
();
AuthoringOM\Compiler\XomlCompiler.cs (1)
1028
typeAuthorizer = new TypeAuthorizerClass(context.
GetAuthorizedTypes
(), results, fileName);
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
62
authorizedTypes = WorkflowCompilationContext.Current.
GetAuthorizedTypes
();