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