2 writes to _newImpersonationContext
System.Web (2)
ThreadContext.cs (2)
286_newImpersonationContext = CreateNewClientImpersonationContext(); 348_newImpersonationContext = null;
4 references to _newImpersonationContext
System.Web (4)
ThreadContext.cs (4)
186if (_newImpersonationContext != null) { 285if (_newImpersonationContext == null) { 346if (_newImpersonationContext != null) { 347_newImpersonationContext.Undo();