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