4 references to HasChangeNotifications
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (4)
319
if (executionContext.
HasChangeNotifications
)
336
if ((currentContext != null && currentContext.
HasChangeNotifications
) ||
337
(contextToRestore != null && contextToRestore.
HasChangeNotifications
))
354
if (currentExecutionCtx != null && currentExecutionCtx.
HasChangeNotifications
)