4 references to SetCurrentPrincipalWithAssert
System.Web (4)
Security\RoleManagerModule.cs (1)
142HttpApplication.SetCurrentPrincipalWithAssert(context.User);
ThreadContext.cs (3)
91HttpApplication.SetCurrentPrincipalWithAssert(HttpContext.User); 155HttpApplication.SetCurrentPrincipalWithAssert(_originalThreadPrincipal); 204HttpApplication.SetCurrentPrincipalWithAssert(HttpContext.User);