2 implementations of IsTypeAuthorized
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompiler.cs (1)
628public bool IsTypeAuthorized(Type typeToAuthorize)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
2303public bool IsTypeAuthorized(Type typeToAuthorize)
4 references to IsTypeAuthorized
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (4)
1342if (!serializationTypeAuthorizer.IsTypeAuthorized(type)) 1352if (!localTypeAuthorizer.IsTypeAuthorized(type)) 2511if (!serializationTypeAuthorizer.IsTypeAuthorized(type)) 2521if (!localTypeAuthorizer.IsTypeAuthorized(type))