terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Trace.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Diagnostics
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000CB")]
9 public sealed class Trace
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x170000C8")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600049D")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1EC52AC", Offset = "0x1EC52AC", Length = "0x4C")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DiagnosticsTraceWriter", Member = "Trace", MemberParameters = new object[]
17 {
19 typeof(string),
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
24 get
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x170000C9")]
31 public static bool AutoFlush
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x600049E")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1EC5528", Offset = "0x1EC5528", Length = "0x4C")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DiagnosticsTraceWriter", Member = "Trace", MemberParameters = new object[]
36 {
38 typeof(string),
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
43 get
44 {
45 throw null;
46 }
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x170000CA")]
51 {
52 [global::Cpp2ILInjected.Token(Token = "0x600049F")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1EC55D4", Offset = "0x1EC55D4", Length = "0x9C")]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TraceEventCache), Member = "get_LogicalOperationStack", ReturnType = typeof(Stack))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TraceListener), Member = "WriteFooter", MemberParameters = new object[] { typeof(TraceEventCache) }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
59 get
60 {
61 throw null;
62 }
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x4000394")]
67 }
68}
class f__AnonymousType0<< Count > j__TPar
static TraceListenerCollection Listeners
Definition Trace.cs:13
static CorrelationManager correlationManager
Definition Trace.cs:66
static bool AutoFlush
Definition Trace.cs:32