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