3 references to _propAllowAnonymous
System.Web (3)
Configuration\ProfilePropertySettings.cs (3)
73
_properties.Add(
_propAllowAnonymous
);
187
return (bool)base[
_propAllowAnonymous
];
190
base[
_propAllowAnonymous
] = value;