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

◆ GetNextOperation()

WebOperation System.Net.ServicePointScheduler.ConnectionGroup.GetNextOperation ( )
inline

Definition at line 472 of file ServicePointScheduler.cs.

473 {
474 global::System.Collections.Generic.LinkedListNode head = this.queue.head;
475 if (head != null)
476 {
477 !0 item = head.item;
478 global::System.Collections.Generic.LinkedList<WebOperation> linkedList = this.queue;
480 while (head != null)
481 {
482 }
483 return;
484 }
485 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Generic.LinkedList< WebOperation > queue
readonly ServicePointScheduler< Scheduler > k__BackingField
ServicePointScheduler(ServicePoint servicePoint, int connectionLimit, int maxIdleTime)

References System.item, j__TPar, System.Net.ServicePointScheduler.ConnectionGroup.k__BackingField, System.Net.ServicePointScheduler.ConnectionGroup.queue, and System.Net.ServicePointScheduler.ConnectionGroup.Scheduler.