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

◆ RequestRead()

void Mono.Net.Security.AsyncProtocolRequest.RequestRead ( int size)
inlinepackage

Definition at line 88 of file AsyncProtocolRequest.cs.

89 {
90 object obj = this.locker;
91 Monitor.Enter(obj, size != 0);
92 int requestedSize = this.RequestedSize;
93 long num = 0L;
94 this.RequestedSize = requestedSize;
95 if (requestedSize != 0)
96 {
98 }
99 if (num == 0L)
100 {
101 return;
102 }
103 throw new OutOfMemoryException();
104 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
static void Enter(object obj)
Definition Monitor.cs:11

References System.Threading.Monitor.Enter(), System.Threading.Monitor.Exit(), j__TPar, System.L, Mono.Net.Security.AsyncProtocolRequest.locker, System.obj, and Mono.Net.Security.AsyncProtocolRequest.RequestedSize.