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