1 write to IsReEntry
System.Web (1)
NotificationContext.cs (1)
12IsReEntry = isReEntry;
4 references to IsReEntry
System.Web (4)
HttpApplication.cs (2)
590isReentry = Context.NotificationContext.IsReEntry; 604isReentry = nc.IsReEntry;
Util\AppVerifier.cs (2)
505assert(!notificationContext.IsReEntry, AppVerifierErrorCode.SyncContextPostCalledInNestedNotification); 553bool isReentry = originalNotificationContext.IsReEntry;