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
XsdSimpleValue.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000D9")]
8 internal class XsdSimpleValue
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x17000208")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600086D")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1DB8210", Offset = "0x1DB8210", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 get
17 {
18 throw null;
19 }
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x17000209")]
23 public object TypedValue
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x600086E")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1DB8218", Offset = "0x1DB8218", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x4000450")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
37
38 [global::Cpp2ILInjected.Token(Token = "0x4000451")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
40 private object typedValue;
41 }
42}