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
PlusNode.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000CF")]
8 internal sealed class PlusNode : InteriorNode
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000842")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB637C", Offset = "0x1DB637C", 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 = "0x17000200")]
22 public override bool IsNullable
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6000843")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1DB63F4", Offset = "0x1DB63F4", Length = "0x10")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000844")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1DB6404", Offset = "0x1DB6404", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
38 public PlusNode()
39 {
40 throw null;
41 }
42 }
43}
class f__AnonymousType0<< Count > j__TPar
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition PlusNode.cs:16
override bool IsNullable
Definition PlusNode.cs:23