1 write to _EveryoneAllowed
System.Web (1)
Configuration\AuthorizationSection.cs (1)
85_EveryoneAllowed = (Rules[0].Action == AuthorizationRuleAction.Allow && Rules[0].Everyone);
1 reference to _EveryoneAllowed
System.Web (1)
Configuration\AuthorizationSection.cs (1)
59internal bool EveryoneAllowed { get { return _EveryoneAllowed; } }