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
XmlSyntaxException.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Security
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000293")]
10 [global::System.Serializable]
11 public sealed class XmlSyntaxException : global::System.SystemException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60016BE")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1AE9DA4", Offset = "0x1AE9DA4", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "AppendString", MemberParameters = new object[]
16 {
17 typeof(string),
18 typeof(ref int)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityDocument), Member = "InternalGetElement", MemberParameters = new object[]
21 {
22 typeof(ref int),
23 typeof(bool)
24 }, ReturnType = typeof(SecurityElement))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Util.Parser), Member = "ParseContents", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", ReturnType = typeof(void))]
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x60016BF")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1AE9DAC", Offset = "0x1AE9DAC", Length = "0x8")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", ReturnType = typeof(void))]
37 public XmlSyntaxException(int lineNumber)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x60016C0")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1AE9DB4", Offset = "0x1AE9DB4", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", ReturnType = typeof(void))]
46 public XmlSyntaxException(int lineNumber, string message)
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x60016C1")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1AE9DBC", Offset = "0x1AE9DBC", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
55 {
56 typeof(global::System.Runtime.Serialization.SerializationInfo),
57 typeof(global::System.Runtime.Serialization.StreamingContext)
58 }, ReturnType = typeof(void))]
59 private XmlSyntaxException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
60 {
61 throw null;
62 }
63 }
64}
class f__AnonymousType0<< Count > j__TPar
XmlSyntaxException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
XmlSyntaxException(int lineNumber, string message)