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