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)) : 95return new ExecutionContext(m_localValues, m_localChangeNotifications, isFlowSuppressed); 531new ExecutionContext(newValues, newChangeNotifications, isFlowSuppressed);