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
XmlComplianceUtil.cs
Go to the documentation of this file.
1using System;
2using System.Text;
6
7namespace System.Xml
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000092")]
10 internal static class XmlComplianceUtil
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60006D4")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1DA6A68", Offset = "0x1DA6A68", Length = "0x280")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Datatype_anySimpleType), Member = "TryParseValue", MemberParameters = new object[]
16 {
17 typeof(string),
20 typeof(ref object)
21 }, ReturnType = typeof(Exception))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FacetsChecker), Member = "CheckWhitespaceFacets", MemberParameters = new object[]
23 {
24 typeof(ref string),
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlCharType), Member = "get_Instance", ReturnType = typeof(XmlCharType))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[]
32 {
33 typeof(string),
34 typeof(int),
35 typeof(int)
36 }, ReturnType = typeof(StringBuilder))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(StringBuilder))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
39 {
40 typeof(int),
41 typeof(int)
42 }, ReturnType = typeof(string))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
44 public static string NonCDataNormalize(string value)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x60006D5")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1DA6CF0", Offset = "0x1DA6CF0", Length = "0x1DC")]
51 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FacetsChecker), Member = "CheckWhitespaceFacets", MemberParameters = new object[]
53 {
54 typeof(ref string),
56 }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[]
61 {
62 typeof(string),
63 typeof(int),
64 typeof(int)
65 }, ReturnType = typeof(StringBuilder))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(StringBuilder))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
68 public static string CDataNormalize(string value)
69 {
70 throw null;
71 }
72 }
73}
class f__AnonymousType0<< Count > j__TPar
static string NonCDataNormalize(string value)
static string CDataNormalize(string value)