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
LockHolder.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Threading
6{
7 // Token: 0x020001DC RID: 476
9 public struct LockHolder : IDisposable
10 {
11 // Token: 0x0600113B RID: 4411 RVA: 0x0000207A File Offset: 0x0000027A
12 public static LockHolder Hold(Lock l)
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x0600113C RID: 4412 RVA: 0x0002466C File Offset: 0x0002286C
18 public void Dispose()
19 {
20 }
21
22 // Token: 0x0400094B RID: 2379
23 private Lock _lock;
24 }
25}
class f__AnonymousType0<< Count > j__TPar
static LockHolder Hold(Lock l)
Definition LockHolder.cs:12