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