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)
59
internal bool EveryoneAllowed { get { return
_EveryoneAllowed
; } }