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
DiagnosticsTraceWriter.cs
Go to the documentation of this file.
1using System;
7
9{
10 // Token: 0x02000079 RID: 121
11 [Preserve]
13 {
14 // Token: 0x170000B9 RID: 185
15 // (get) Token: 0x0600044B RID: 1099 RVA: 0x0000B940 File Offset: 0x00009B40
16 // (set) Token: 0x0600044C RID: 1100 RVA: 0x0000B954 File Offset: 0x00009B54
18 {
20 get
21 {
22 return this.<LevelFilter>k__BackingField;
23 }
25 set
26 {
28 }
29 }
30
31 // Token: 0x0600044D RID: 1101 RVA: 0x0000212A File Offset: 0x0000032A
33 {
34 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
35 }
36
37 // Token: 0x0600044E RID: 1102 RVA: 0x0000B968 File Offset: 0x00009B68
38 public void Trace(TraceLevel level, string message, Exception ex)
39 {
40 if (level != TraceLevel.Off)
41 {
42 IEnumerator enumerator = global::System.Diagnostics.Trace.Listeners.GetEnumerator();
43 return;
44 }
45 }
46
47 // Token: 0x0600044F RID: 1103 RVA: 0x0000B9E8 File Offset: 0x00009BE8
49 {
50 }
51
52 // Token: 0x0400020A RID: 522
54 private TraceLevel <LevelFilter>k__BackingField;
55 }
56}
class f__AnonymousType0<< Count > j__TPar
void Trace(TraceLevel level, string message, Exception ex)