State\SessionStateModule.cs (5)
772_store.SetAndReleaseItemExclusive(_rqContext, _rqId, _rqItem, _rqLockId, true /*_rqSessionStateNotFound*/);
1004_store.ReleaseItemExclusive(_rqContext, _rqId, _rqLockId);
1325_store.RemoveItem(_rqContext, ReleaseStateGetSessionID(), _rqLockId, _rqItem);
1376_store.SetAndReleaseItemExclusive(_rqContext, ReleaseStateGetSessionID(), _rqItem, _rqLockId, _rqSessionStateNotFound);
1384_store.ReleaseItemExclusive(_rqContext, ReleaseStateGetSessionID(), _rqLockId);