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

◆ FindIdleConnection()

WebConnection System.Net.ServicePointScheduler.ConnectionGroup.FindIdleConnection ( WebOperation operation)
inline

Definition at line 488 of file ServicePointScheduler.cs.

489 {
490 global::System.Collections.Generic.LinkedList<WebConnection> linkedList = this.connections;
491 if (!true)
492 {
493 }
494 global::System.Collections.Generic.LinkedList<WebOperation> linkedList2 = this.queue;
495 global::System.Collections.Generic.LinkedList<WebConnection> linkedList3 = this.connections;
496 global::System.Collections.Generic.LinkedList<WebOperation> linkedList4 = this.queue;
497 throw new OutOfMemoryException();
498 }
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Generic.LinkedList< WebOperation > queue
global::System.Collections.Generic.LinkedList< WebConnection > connections

References System.Net.ServicePointScheduler.ConnectionGroup.connections, j__TPar, and System.Net.ServicePointScheduler.ConnectionGroup.queue.