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