1 write to s_allContexts
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
39
Interlocked.CompareExchange(ref
s_allContexts
, new Dictionary<long, WeakReference<AssemblyLoadContext>>(), null) ??
5 references to s_allContexts
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (5)
36
[MemberNotNull(nameof(
s_allContexts
))]
38
s_allContexts
??
40
s_allContexts
;
278
Dictionary<long, WeakReference<AssemblyLoadContext>>? allContexts =
s_allContexts
;
472
Dictionary<long, WeakReference<AssemblyLoadContext>>? allContexts =
s_allContexts
;