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

◆ TryDequeue()

bool Telepathy.SafeQueue< T >.TryDequeue ( [Out] T result)
inline

Definition at line 43 of file SafeQueue.cs.

44 {
45 Queue queue = this.queue;
46 Queue queue2 = this.queue;
47 Queue queue3 = this.queue;
48 long num = 0L;
50 if (num == 0L)
51 {
52 }
53 throw new OutOfMemoryException();
54 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
Queue< T > queue
Definition SafeQueue.cs:92

References System.Threading.Monitor.Exit(), j__TPar, System.L, and Telepathy.SafeQueue< T >.queue.