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