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