3 references to _propAllowCustomSqlDatabase
System.Web (3)
Configuration\SessionStateSection.cs (3)
229
_properties.Add(
_propAllowCustomSqlDatabase
);
363
return (bool)base[
_propAllowCustomSqlDatabase
];
366
base[
_propAllowCustomSqlDatabase
] = value;