4 references to AsyncLocalValueMap
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (4)
86if (m_localValues == null || AsyncLocalValueMap.IsEmpty(m_localValues)) 90(s_defaultFlowSuppressed ??= new ExecutionContext(AsyncLocalValueMap.Empty, new IAsyncLocal[0], isFlowSuppressed: true)) : 503newValues = AsyncLocalValueMap.Create(local, newValue, treatNullValueAsNonexistent: !needChangeNotifications); 529(!isFlowSuppressed && AsyncLocalValueMap.IsEmpty(newValues)) ?