1 write to m_localChangeNotifications
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
41
m_localChangeNotifications
= localChangeNotifications;
5 references to m_localChangeNotifications
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (5)
95
return new ExecutionContext(m_localValues,
m_localChangeNotifications
, isFlowSuppressed);
131
internal bool HasChangeNotifications =>
m_localChangeNotifications
!= null;
360
IAsyncLocal[]? previousChangeNotifications = previousExecutionCtx?.
m_localChangeNotifications
;
361
IAsyncLocal[]? nextChangeNotifications = nextExecutionCtx?.
m_localChangeNotifications
;
498
newChangeNotifications = current.
m_localChangeNotifications
;