1 write to s_allContexts
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
39Interlocked.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))] 38s_allContexts ?? 40s_allContexts; 278Dictionary<long, WeakReference<AssemblyLoadContext>>? allContexts = s_allContexts; 472Dictionary<long, WeakReference<AssemblyLoadContext>>? allContexts = s_allContexts;