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)
484
Debug.Assert(
_rqIctx
== null, "_rqIctx == null");
1137
if (
_rqIctx
== null) {
1150
Debug.Assert(
_rqIctx
== null, "_rqIctx == null");
1163
Debug.Assert(!(
_rqIctx
!= null && _rqTimerThreadImpersonationIctx != null), "Should not have mixed mode of impersonation");
1165
if (
_rqIctx
!= null) {
1166
_rqIctx
.Undo();