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
ContentValidator.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000D3")]
8 internal class ContentValidator
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600084F")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB64DC", Offset = "0x1DB64DC", Length = "0x30")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000850")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1DB650C", Offset = "0x1DB650C", Length = "0x40")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x17000206")]
30 {
31 [global::Cpp2ILInjected.Token(Token = "0x6000851")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1DB654C", Offset = "0x1DB654C", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 get
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x17000207")]
41 public bool IsOpen
42 {
43 [global::Cpp2ILInjected.Token(Token = "0x6000852")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1DB6554", Offset = "0x1DB6554", Length = "0x24")]
45 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 get
48 {
49 throw null;
50 }
51 }
52
53 // Note: this type is marked as 'beforefieldinit'.
54 [global::Cpp2ILInjected.Token(Token = "0x6000853")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1DB6578", Offset = "0x1DB6578", Length = "0xE8")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x4000430")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
68
69 [global::Cpp2ILInjected.Token(Token = "0x4000431")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
71 private bool isOpen;
72
73 [global::Cpp2ILInjected.Token(Token = "0x4000432")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x15")]
75 private bool isEmptiable;
76
77 [global::Cpp2ILInjected.Token(Token = "0x4000433")]
79
80 [global::Cpp2ILInjected.Token(Token = "0x4000434")]
82
83 [global::Cpp2ILInjected.Token(Token = "0x4000435")]
85
86 [global::Cpp2ILInjected.Token(Token = "0x4000436")]
88 }
89}
class f__AnonymousType0<< Count > j__TPar
ContentValidator(XmlSchemaContentType contentType, bool isOpen, bool isEmptiable)
static readonly ContentValidator Empty
static readonly ContentValidator Any
ContentValidator(XmlSchemaContentType contentType)
static readonly ContentValidator Mixed
static readonly ContentValidator TextOnly