3 references to _propUseHostingIdentity
System.Web (3)
Configuration\SessionStateSection.cs (3)
235
_properties.Add(
_propUseHostingIdentity
);
429
return (bool)base[
_propUseHostingIdentity
];
432
base[
_propUseHostingIdentity
] = value;