3 writes to _rqTimerThreadImpersonationIctx
System.Web (3)
State\SessionStateModule.cs (3)
506
_rqTimerThreadImpersonationIctx
= null;
1145
_rqTimerThreadImpersonationIctx
= new ClientImpersonationContext(context, false);
1173
_rqTimerThreadImpersonationIctx
= null;
3 references to _rqTimerThreadImpersonationIctx
System.Web (3)
State\SessionStateModule.cs (3)
1163
Debug.Assert(!(_rqIctx != null &&
_rqTimerThreadImpersonationIctx
!= null), "Should not have mixed mode of impersonation");
1170
if (
_rqTimerThreadImpersonationIctx
!= null) {
1172
_rqTimerThreadImpersonationIctx
.Undo();