3 references to ExecutionContext
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (3)
90
(s_defaultFlowSuppressed ??= new
ExecutionContext
(AsyncLocalValueMap.Empty, new IAsyncLocal[0], isFlowSuppressed: true)) :
95
return new
ExecutionContext
(m_localValues, m_localChangeNotifications, isFlowSuppressed);
531
new
ExecutionContext
(newValues, newChangeNotifications, isFlowSuppressed);