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

◆ SetLocalValue()

static void System.Threading.ExecutionContext.SetLocalValue ( IAsyncLocal local,
object newValue,
bool needChangeNotifications )
inlinestaticpackage

Definition at line 126 of file ExecutionContext.cs.

127 {
128 ExecutionContext mutableExecutionContext = Thread.CurrentThread.GetMutableExecutionContext();
129 if (mutableExecutionContext._localValues != null)
130 {
131 return;
132 }
133 if (mutableExecutionContext._localValues != null)
134 {
135 return;
136 }
137 if (mutableExecutionContext._localChangeNotifications != null)
138 {
139 return;
140 }
141 }
class f__AnonymousType0<< Count > j__TPar

References System.Threading.Thread.CurrentThread, System.Threading.Thread.GetMutableExecutionContext(), and j__TPar.