4 instantiations of ClientImpersonationContext
System.Web (4)
Compilation\BuildManager.cs (1)
3153using (new ClientImpersonationContext(context)) {
HttpRuntime.cs (1)
1757using (new ClientImpersonationContext(context, false)) {
State\SessionStateModule.cs (1)
1145_rqTimerThreadImpersonationIctx = new ClientImpersonationContext(context, false);
ThreadContext.cs (1)
117return new ClientImpersonationContext(HttpContext);
2 references to ClientImpersonationContext
System.Web (2)
ThreadContext.cs (2)
115private ClientImpersonationContext CreateNewClientImpersonationContext() { 185ClientImpersonationContext executionContextClientImpersonationContext = null;