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