5 references to Empty
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (4)
105Debug.Assert(asyncLocalValueMap == Empty || asyncLocalValueMap.GetType() != typeof(EmptyAsyncLocalValueMap)); 107return asyncLocalValueMap == Empty; 116Empty; 164Empty :
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
90(s_defaultFlowSuppressed ??= new ExecutionContext(AsyncLocalValueMap.Empty, new IAsyncLocal[0], isFlowSuppressed: true)) :