20 writes to Authorized
System.Workflow.ComponentModel (20)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (20)
2109
authType.
Authorized
= "false";
2116
authType.
Authorized
= "false";
2123
authType.
Authorized
= "false";
2130
authType.
Authorized
= "false";
2137
authType.
Authorized
= "false";
2144
authType.
Authorized
= "false";
2151
authType.
Authorized
= "false";
2157
authType.
Authorized
= "false";
2163
authType.
Authorized
= "false";
2170
authType.
Authorized
= "false";
2177
authType.
Authorized
= "false";
2184
authType.
Authorized
= "false";
2191
authType.
Authorized
= "false";
2200
authType.
Authorized
= "false";
2207
authType.
Authorized
= "false";
2216
authType.
Authorized
= "false";
2223
authType.
Authorized
= "false";
2232
authType.
Authorized
= "false";
2239
authType.
Authorized
= "false";
2248
authType.
Authorized
= "false";
5 references to Authorized
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
3873
authorized = (String.Compare(bool.TrueString, authorizedType.
Authorized
, StringComparison.OrdinalIgnoreCase) == 0);
System.Workflow.ComponentModel (4)
AuthoringOM\Bind.cs (1)
300
authorized = (String.Compare(bool.TrueString, authorizedType.
Authorized
, StringComparison.OrdinalIgnoreCase) == 0);
AuthoringOM\Compiler\XomlCompiler.cs (1)
643
authorized = (String.Compare(bool.TrueString, authorizedType.
Authorized
, StringComparison.OrdinalIgnoreCase) == 0);
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
255
authorized = (String.Compare(bool.TrueString, authorizedType.
Authorized
, StringComparison.OrdinalIgnoreCase) == 0);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
2319
authorized = (String.Compare(bool.TrueString, authorizedType.
Authorized
, StringComparison.OrdinalIgnoreCase) == 0);