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
Lock.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Threading
4{
5 // Token: 0x020001DD RID: 477
6 public class Lock
7 {
8 // Token: 0x0600113D RID: 4413 RVA: 0x0002467C File Offset: 0x0002287C
9 public void Acquire()
10 {
11 object @lock = this._lock;
12 }
13
14 // Token: 0x0600113E RID: 4414 RVA: 0x00024690 File Offset: 0x00022890
15 public void Release()
16 {
17 object @lock = this._lock;
18 }
19
20 // Token: 0x0600113F RID: 4415 RVA: 0x000246A4 File Offset: 0x000228A4
21 public Lock()
22 {
23 }
24
25 // Token: 0x0400094C RID: 2380
26 private object _lock;
27 }
28}
class f__AnonymousType0<< Count > j__TPar