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
StarNode.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000D1")]
8 internal sealed class StarNode : InteriorNode
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000848")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB642C", Offset = "0x1DB642C", Length = "0x78")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitSet), Member = "NextSet", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitSet), Member = "Or", MemberParameters = new object[] { typeof(BitSet) }, ReturnType = typeof(void))]
16 public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x17000202")]
22 public override bool IsNullable
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6000849")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1DB64A4", Offset = "0x1DB64A4", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x600084A")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1DB64AC", Offset = "0x1DB64AC", Length = "0x8")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
37 public StarNode()
38 {
39 throw null;
40 }
41 }
42}
class f__AnonymousType0<< Count > j__TPar
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition StarNode.cs:16
override bool IsNullable
Definition StarNode.cs:23