Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AllContexts

Dictionary<long, WeakReference<AssemblyLoadContext> > System.Runtime.Loader.AssemblyLoadContext.AllContexts
staticgetprivateinherited

Definition at line 69 of file AssemblyLoadContext.cs.

70 {
71 [MemberNotNull("s_allContexts")]
72 get
73 {
75 }
76 }
static volatile Dictionary< long, WeakReference< AssemblyLoadContext > > s_allContexts
static int CompareExchange(ref int location1, int value, int comparand)

Referenced by System.Runtime.Loader.AssemblyLoadContext.AssemblyLoadContext(), and System.Runtime.Loader.AssemblyLoadContext.InitiateUnload().