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
QmarkNode.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000D0")]
8 internal sealed class QmarkNode : InteriorNode
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000845")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB640C", Offset = "0x1DB640C", Length = "0x10")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
14 public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x17000201")]
20 public override bool IsNullable
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x6000846")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1DB641C", Offset = "0x1DB641C", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 get
26 {
27 throw null;
28 }
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x6000847")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1DB6424", Offset = "0x1DB6424", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
35 public QmarkNode()
36 {
37 throw null;
38 }
39 }
40}
class f__AnonymousType0<< Count > j__TPar
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition QmarkNode.cs:14