4 writes to _rqSessionStateNotFound
System.Web (4)
State\SessionStateModule.cs (4)
492
_rqSessionStateNotFound
= true;
785
_rqSessionStateNotFound
= false;
800
_rqSessionStateNotFound
= false;
812
_rqSessionStateNotFound
= true;
7 references to _rqSessionStateNotFound
System.Web (7)
State\SessionStateModule.cs (7)
739
(
_rqSessionStateNotFound
&& // The session state isn't found, AND
761
if (!
_rqSessionStateNotFound
) {
1290
_rqSessionStateNotFound
1305
if (
_rqSessionStateNotFound
) {
1339
&& (
_rqSessionStateNotFound
1376
_store.SetAndReleaseItemExclusive(_rqContext, ReleaseStateGetSessionID(), _rqItem, _rqLockId,
_rqSessionStateNotFound
);
1382
if (!
_rqSessionStateNotFound
) {