1 instantiation of NotificationContext
System.Web (1)
Hosting\IPipelineRuntime.cs (1)
574context.NotificationContext = new NotificationContext(flags /*CurrentNotificationFlags*/,
6 references to NotificationContext
System.Web (6)
Hosting\IPipelineRuntime.cs (1)
563NotificationContext savedNotificationContext = context.NotificationContext;
HttpApplication.cs (1)
603var nc = Context.NotificationContext;
HttpContext.cs (2)
142private volatile NotificationContext _notificationContext; 1965internal NotificationContext NotificationContext {
Util\AppVerifier.cs (2)
501var notificationContext = (currentHttpContext != null) ? currentHttpContext.NotificationContext : null; 552NotificationContext originalNotificationContext = context.NotificationContext;