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