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