2 references to SettingsAllowAnonymousAttribute
System.Web (2)
Profile\HttpProfileBase.cs (2)
429else if (attrib is SettingsAllowAnonymousAttribute) { 430allowAnonymous = ((SettingsAllowAnonymousAttribute)attrib).Allow;