terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetData()

static void System.Runtime.Remoting.Contexts.Context.SetData ( LocalDataStoreSlot slot,
object data )
inlinestatic

Definition at line 506 of file Context.cs.

507 {
508 Thread.CurrentContext.MyLocalStore.SetData(slot, data);
509 }
class f__AnonymousType0<< Count > j__TPar
static Context CurrentContext
Definition Thread.cs:360

References System.Threading.Thread.CurrentContext, System.Runtime.Remoting.Contexts.Context.data, and j__TPar.