3 references to ExecutionContext
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (3)
24internal static readonly ExecutionContext DefaultFlowSuppressed = new ExecutionContext(AsyncLocalValueMap.Empty, new IAsyncLocal[0], isFlowSuppressed: true); 110return new ExecutionContext(m_localValues, m_localChangeNotifications, isFlowSuppressed); 546new ExecutionContext(newValues, newChangeNotifications, isFlowSuppressed);