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
ExclusiveReference.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020000AE RID: 174
6 internal sealed class ExclusiveReference
7 {
8 // Token: 0x06000350 RID: 848 RVA: 0x0000B9A0 File Offset: 0x00009BA0
9 public RegexRunner Get()
10 {
11 int num;
12 while (num != 0)
13 {
14 }
15 RegexRunner @ref = this._ref;
16 if (@ref != null)
17 {
18 this._obj = @ref;
19 return @ref;
20 }
21 }
22
23 // Token: 0x06000351 RID: 849 RVA: 0x0000B9C4 File Offset: 0x00009BC4
24 public void Release(RegexRunner obj)
25 {
26 while (obj == null)
27 {
28 }
29 int num;
30 if (this._obj == null && num == 0)
31 {
32 if (this._ref == null)
33 {
34 this._ref = obj;
35 }
36 return;
37 }
38 }
39
40 // Token: 0x06000352 RID: 850 RVA: 0x0000B9F0 File Offset: 0x00009BF0
42 {
43 }
44
45 // Token: 0x040002A5 RID: 677
47
48 // Token: 0x040002A6 RID: 678
50
51 // Token: 0x040002A7 RID: 679
52 private int _locked;
53 }
54}
class f__AnonymousType0<< Count > j__TPar