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
Datatype_fixed.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200011B")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60009BD")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DC6084", Offset = "0x1DC6084", Length = "0x244")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlConvert), Member = "ToDecimal", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(decimal))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Numeric10FacetsChecker), Member = "CheckTotalAndFractionDigits", MemberParameters = new object[]
16 {
17 typeof(decimal),
18 typeof(int),
19 typeof(int),
20 typeof(bool),
21 typeof(bool)
22 }, ReturnType = typeof(Exception))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Res), Member = "GetString", MemberParameters = new object[]
24 {
25 typeof(string),
26 typeof(object[])
27 }, ReturnType = typeof(string))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlSchemaException), Member = ".ctor", MemberParameters = new object[]
29 {
30 typeof(string),
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 28)]
34 public override object ParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x60009BE")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1DC6534", Offset = "0x1DC6534", Length = "0x11C")]
41 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlConvert), Member = "TryToDecimal", MemberParameters = new object[]
44 {
45 typeof(string),
46 typeof(ref decimal)
47 }, ReturnType = typeof(Exception))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Numeric10FacetsChecker), Member = "CheckTotalAndFractionDigits", MemberParameters = new object[]
49 {
50 typeof(decimal),
51 typeof(int),
52 typeof(int),
53 typeof(bool),
54 typeof(bool)
55 }, ReturnType = typeof(Exception))]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
57 internal override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, out object typedValue)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x60009BF")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1DC6650", Offset = "0x1DC6650", Length = "0x54")]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DatatypeImplementation), Member = ".cctor", ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Datatype_decimal), Member = ".ctor", ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
69 {
70 throw null;
71 }
72 }
73}
class f__AnonymousType0<< Count > j__TPar
override object ParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr)
override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, out object typedValue)