3 references to _propEnabled
System.Web (3)
Configuration\AnonymousIdentificationSection.cs (3)
89
_properties.Add(
_propEnabled
);
112
return (bool)base[
_propEnabled
];
115
base[
_propEnabled
] = value;