3 references to _propAllowNestedErrors
System.Web (3)
Configuration\CustomErrorsSection.cs (3)
74
_properties.Add(
_propAllowNestedErrors
);
93
return (bool)base[
_propAllowNestedErrors
];
96
base[
_propAllowNestedErrors
] = value;