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
SequenceNode.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000CC RID: 204
6 internal sealed class SequenceNode : InteriorNode
7 {
8 // Token: 0x06000838 RID: 2104 RVA: 0x0001A280 File Offset: 0x00018480
9 public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
10 {
11 int count = lastpos.count;
12 int count2 = lastpos.count;
13 }
14
15 // Token: 0x170001FE RID: 510
16 // (get) Token: 0x06000839 RID: 2105 RVA: 0x0001A2DC File Offset: 0x000184DC
17 public override bool IsNullable
18 {
19 get
20 {
22 if (this.rightChild != null)
23 {
24 }
28 while (this != null)
29 {
30 }
31 return true;
32 }
33 }
34
35 // Token: 0x0600083A RID: 2106 RVA: 0x0001A31C File Offset: 0x0001851C
36 public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
37 {
38 base.ExpandTreeNoRecursive(parent, symbols, positions);
39 }
40
41 // Token: 0x0600083B RID: 2107 RVA: 0x0001A334 File Offset: 0x00018534
42 public SequenceNode()
43 {
44 }
45
46 // Token: 0x020000CD RID: 205
48 {
49 // Token: 0x0600083C RID: 2108 RVA: 0x0001A348 File Offset: 0x00018548
56
57 // Token: 0x04000428 RID: 1064
59
60 // Token: 0x04000429 RID: 1065
62
63 // Token: 0x0400042A RID: 1066
65
66 // Token: 0x0400042B RID: 1067
68
69 // Token: 0x0400042C RID: 1068
71 }
72 }
73}
class f__AnonymousType0<< Count > j__TPar
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
SequenceConstructPosContext(SequenceNode node, BitSet firstpos, BitSet lastpos)