1 write to authorizedTypes
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
943this.authorizedTypes = WorkflowCompilationContext.Current.GetAuthorizedTypes();
2 references to authorizedTypes
System.Workflow.Activities (2)
Rules\RuleValidation.cs (2)
3830if (authorizedTypes == null) 3869foreach (AuthorizedType authorizedType in authorizedTypes)