a
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
// Token: 0x020000A4 RID: 164
|
||||
[Token(Token = "0x20000A4")]
|
||||
internal sealed class NfaContentValidator : ContentValidator
|
||||
{
|
||||
// Token: 0x060005F8 RID: 1528 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60005F8")]
|
||||
[Address(RVA = "0x562F10", Offset = "0x561D10", VA = "0x180562F10")]
|
||||
internal NfaContentValidator(BitSet firstpos, BitSet[] followpos, SymbolsDictionary symbols, Positions positions, int endMarkerPos, XmlSchemaContentType contentType, bool isOpen, bool isEmptiable)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040002D6 RID: 726
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x40002D6")]
|
||||
private BitSet firstpos;
|
||||
|
||||
// Token: 0x040002D7 RID: 727
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x40002D7")]
|
||||
private BitSet[] followpos;
|
||||
|
||||
// Token: 0x040002D8 RID: 728
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x40002D8")]
|
||||
private SymbolsDictionary symbols;
|
||||
|
||||
// Token: 0x040002D9 RID: 729
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x40002D9")]
|
||||
private Positions positions;
|
||||
|
||||
// Token: 0x040002DA RID: 730
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x40002DA")]
|
||||
private int endMarkerPos;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user