terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ChoiceNode.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000CE RID: 206
6 internal sealed class ChoiceNode : InteriorNode
7 {
8 // Token: 0x0600083D RID: 2109 RVA: 0x0001A36C File Offset: 0x0001856C
9 private static void ConstructChildPos(SyntaxTreeNode child, BitSet firstpos, BitSet lastpos, BitSet[] followpos)
10 {
11 int count = firstpos.count;
12 int count2 = lastpos.count;
13 }
14
15 // Token: 0x0600083E RID: 2110 RVA: 0x0001A388 File Offset: 0x00018588
16 public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
17 {
18 int count = firstpos.count;
19 int count2 = lastpos.count;
22 while (this != null)
23 {
24 }
25 }
26
27 // Token: 0x170001FF RID: 511
28 // (get) Token: 0x0600083F RID: 2111 RVA: 0x0001A3B4 File Offset: 0x000185B4
29 public override bool IsNullable
30 {
31 get
32 {
35 while (this != null)
36 {
37 }
38 return true;
39 }
40 }
41
42 // Token: 0x06000840 RID: 2112 RVA: 0x0001A3D4 File Offset: 0x000185D4
43 public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
44 {
45 base.ExpandTreeNoRecursive(parent, symbols, positions);
46 }
47
48 // Token: 0x06000841 RID: 2113 RVA: 0x0001A3EC File Offset: 0x000185EC
49 public ChoiceNode()
50 {
51 }
52 }
53}
class f__AnonymousType0<< Count > j__TPar
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition ChoiceNode.cs:43
static void ConstructChildPos(SyntaxTreeNode child, BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition ChoiceNode.cs:9
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition ChoiceNode.cs:16