4 references to AsyncLocalValueMap
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (4)
24
internal static readonly ExecutionContext DefaultFlowSuppressed = new ExecutionContext(
AsyncLocalValueMap
.Empty, new IAsyncLocal[0], isFlowSuppressed: true);
103
if (m_localValues == null ||
AsyncLocalValueMap
.IsEmpty(m_localValues))
518
newValues =
AsyncLocalValueMap
.Create(local, newValue, treatNullValueAsNonexistent: !needChangeNotifications);
544
(!isFlowSuppressed &&
AsyncLocalValueMap
.IsEmpty(newValues)) ?