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

◆ TryAddWithNoTimeValidation()

bool System.Collections.Concurrent.BlockingCollection< T >.TryAddWithNoTimeValidation ( T item,
int millisecondsTimeout,
CancellationToken cancellationToken )
inlineprivate

Definition at line 93 of file BlockingCollection.cs.

94 {
95 if (this != null)
96 {
99 long num = 0L;
100 if (cancellationTokenSource != null)
101 {
102 cancellationTokenSource.Dispose();
103 }
104 if (num != 0L)
105 {
106 goto IL_0038;
107 }
108 }
109 long value = 0.m_value;
110 if (false)
111 {
112 throw new OutOfMemoryException();
113 }
114 IL_0038:
115 throw new OutOfMemoryException();
116 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.value.