1 write to authorizedTypes
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompiler.cs (1)
232this.authorizedTypes = new ReadOnlyCollection<AuthorizedType>(authorizedTypes);
2 references to authorizedTypes
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompiler.cs (2)
209if (this.authorizedTypes == null) 239return this.authorizedTypes;