This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
// Token: 0x0200009C RID: 156
[Token(Token = "0x200009C")]
internal sealed class ChoiceNode : InteriorNode
{
// Token: 0x060005CA RID: 1482 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60005CA")]
[Address(RVA = "0x4AB5E0", Offset = "0x4AA3E0", VA = "0x1804AB5E0")]
private static void ConstructChildPos(SyntaxTreeNode child, BitSet firstpos, BitSet lastpos, BitSet[] followpos)
{
}
// Token: 0x060005CB RID: 1483 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60005CB")]
[Address(RVA = "0x4AB740", Offset = "0x4AA540", VA = "0x1804AB740", Slot = "5")]
public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
{
}
// Token: 0x170001E4 RID: 484
// (get) Token: 0x060005CC RID: 1484 RVA: 0x00004530 File Offset: 0x00002730
[Token(Token = "0x170001E4")]
public override bool IsNullable
{
[Token(Token = "0x60005CC")]
[Address(RVA = "0x4ABA10", Offset = "0x4AA810", VA = "0x1804ABA10", Slot = "6")]
get
{
return default(bool);
}
}
// Token: 0x060005CD RID: 1485 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60005CD")]
[Address(RVA = "0x4ABA00", Offset = "0x4AA800", VA = "0x1804ABA00", Slot = "4")]
public override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
{
}
// Token: 0x060005CE RID: 1486 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60005CE")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public ChoiceNode()
{
}
}
}