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

◆ Run()

void System.Net.ServicePointScheduler.Run ( )
inline

Definition at line 115 of file ServicePointScheduler.cs.

116 {
117 int num = 1;
118 long num2 = 0L;
119 if (Interlocked.CompareExchange(0, num, (int)num2) == 0)
120 {
121 }
122 this.schedulerEvent.Set();
123 }
class f__AnonymousType0<< Count > j__TPar
ServicePointScheduler.AsyncManualResetEvent schedulerEvent
static int CompareExchange(int location1, int value, int comparand)

References System.Threading.Interlocked.CompareExchange(), j__TPar, System.L, and System.Net.ServicePointScheduler.schedulerEvent.

Referenced by System.Net.ServicePointScheduler.CloseConnectionGroup(), and System.Net.ServicePointScheduler.SendRequest().