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

◆ RunSchedulerIteration()

void System.Net.ServicePointScheduler.RunSchedulerIteration ( )
inlineprivate

Definition at line 149 of file ServicePointScheduler.cs.

150 {
151 this.schedulerEvent.Reset();
153 bool flag = this.SchedulerIteration(connectionGroup);
154 if (this.groups != null)
155 {
156 return;
157 }
158 }
class f__AnonymousType0<< Count > j__TPar
ServicePointScheduler.ConnectionGroup defaultGroup
ServicePointScheduler.AsyncManualResetEvent schedulerEvent
Dictionary< string, ServicePointScheduler.ConnectionGroup > groups
bool SchedulerIteration(ServicePointScheduler.ConnectionGroup group)

References System.Net.ServicePointScheduler.defaultGroup, System.Net.ServicePointScheduler.groups, System.Net.ServicePointScheduler.schedulerEvent, and System.Net.ServicePointScheduler.SchedulerIteration().