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

◆ TryGetValue()

bool System.Runtime.CompilerServices.ConditionalWeakTable< TKey, TValue >.TryGetValue ( TKey key,
[Out] TValue value )
inline

Definition at line 95 of file ConditionalWeakTable.cs.

96 {
97 if (key != null)
98 {
99 object @lock = this._lock;
100 Ephemeron[] array = this.data;
101 Ephemeron[] array2 = this.data;
102 long num = 0L;
103 int num2 = 9;
104 long num3;
105 if (num2 != 0)
106 {
107 if (num2 == 0)
108 {
109 throw new InvalidCastException();
110 }
111 }
112 else
113 {
114 num3 = 0L;
115 }
117 if (num2 != 0 && num2 == 0)
118 {
119 throw new InvalidCastException();
120 }
121 long num4 = 0L;
122 if (array2 != null)
123 {
124 Monitor.Exit(@lock);
125 }
126 if (num4 == 0L)
127 {
128 }
129 }
130 throw new OutOfMemoryException();
131 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47

References System.Runtime.CompilerServices.ConditionalWeakTable< TKey, TValue >._lock, System.array, System.Runtime.CompilerServices.ConditionalWeakTable< TKey, TValue >.data, System.Threading.Monitor.Exit(), j__TPar, System.key, and System.L.