3 writes to _rqIctx
System.Web (3)
State\SessionStateModule.cs (3)
504_rqIctx = null; 1138_rqIctx = new ApplicationImpersonationContext(); 1167_rqIctx = null;
6 references to _rqIctx
System.Web (6)
State\SessionStateModule.cs (6)
484Debug.Assert(_rqIctx == null, "_rqIctx == null"); 1137if (_rqIctx == null) { 1150Debug.Assert(_rqIctx == null, "_rqIctx == null"); 1163Debug.Assert(!(_rqIctx != null && _rqTimerThreadImpersonationIctx != null), "Should not have mixed mode of impersonation"); 1165if (_rqIctx != null) { 1166_rqIctx.Undo();