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