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