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

◆ Semaphore()

System.Net.Semaphore.Semaphore ( int initialCount,
int maxCount )
inlinepackage

Definition at line 10 of file Semaphore.cs.

11 {
12 if (!true)
13 {
14 }
15 long num = 0L;
16 base..ctor();
17 Monitor.Enter(this, num != 0L);
18 if (!true)
19 {
20 }
21 long num2 = 0L;
22 Monitor.Exit(this);
23 if (num2 == 0L)
24 {
25 return;
26 }
27 throw new OutOfMemoryException();
28 }
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, and System.L.