1 write to _isInherited
System.Web (1)
State\SessionIDManager.cs (1)
133
_isInherited
= !(this.GetType() == typeof(SessionIDManager));
3 references to _isInherited
System.Web (3)
State\SessionIDManager.cs (3)
137
", inherited = " +
_isInherited
);
222
if (
_isInherited
) {
234
if (
_isInherited
) {