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
SharedStatics.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 // Token: 0x0200015C RID: 348
8 internal sealed class SharedStatics
9 {
10 // Token: 0x06000E24 RID: 3620 RVA: 0x0001EB70 File Offset: 0x0001CD70
11 private SharedStatics()
12 {
13 }
14
15 // Token: 0x06000E25 RID: 3621 RVA: 0x0001EB80 File Offset: 0x0001CD80
17 {
19 if (!true)
20 {
21 }
22 if (false || 3 == 0)
23 {
24 }
25 throw new OutOfMemoryException();
26 }
27
28 // Token: 0x06000E26 RID: 3622 RVA: 0x0001EBB0 File Offset: 0x0001CDB0
30 {
32 if (!true)
33 {
34 }
35 if (!false)
36 {
37 return;
38 }
39 throw new OutOfMemoryException();
40 }
41
42 // Token: 0x06000E27 RID: 3623 RVA: 0x0001EBE4 File Offset: 0x0001CDE4
43 // Note: this type is marked as 'beforefieldinit'.
45 {
46 }
47
48 // Token: 0x04000568 RID: 1384
50
51 // Token: 0x04000569 RID: 1385
53 }
54}
class f__AnonymousType0<< Count > j__TPar
static Tokenizer.StringMaker GetSharedStringMaker()
Tokenizer.StringMaker _maker
static readonly SharedStatics _sharedStatics
static void ReleaseSharedStringMaker(Tokenizer.StringMaker maker)