1 write to m_localChangeNotifications
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
43m_localChangeNotifications = localChangeNotifications;
5 references to m_localChangeNotifications
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (5)
110return new ExecutionContext(m_localValues, m_localChangeNotifications, isFlowSuppressed); 146internal bool HasChangeNotifications => m_localChangeNotifications != null; 375IAsyncLocal[]? previousChangeNotifications = previousExecutionCtx?.m_localChangeNotifications; 376IAsyncLocal[]? nextChangeNotifications = nextExecutionCtx?.m_localChangeNotifications; 513newChangeNotifications = current.m_localChangeNotifications;