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