4 references to HasChangeNotifications
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (4)
317
if (executionContext.
HasChangeNotifications
)
334
if ((currentContext != null && currentContext.
HasChangeNotifications
) ||
335
(contextToRestore != null && contextToRestore.
HasChangeNotifications
))
352
if (currentExecutionCtx != null && currentExecutionCtx.
HasChangeNotifications
)