oh dear
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
// Token: 0x020000A5 RID: 165
|
||||
[Token(Token = "0x20000A5")]
|
||||
internal sealed class RangeContentValidator : ContentValidator
|
||||
{
|
||||
// Token: 0x060005F9 RID: 1529 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60005F9")]
|
||||
[Address(RVA = "0x566F10", Offset = "0x565D10", VA = "0x180566F10")]
|
||||
internal RangeContentValidator(BitSet firstpos, BitSet[] followpos, SymbolsDictionary symbols, Positions positions, int endMarkerPos, XmlSchemaContentType contentType, bool isEmptiable, BitSet positionsWithRangeTerminals, int minmaxNodesCount)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040002DB RID: 731
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x40002DB")]
|
||||
private BitSet firstpos;
|
||||
|
||||
// Token: 0x040002DC RID: 732
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x40002DC")]
|
||||
private BitSet[] followpos;
|
||||
|
||||
// Token: 0x040002DD RID: 733
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x40002DD")]
|
||||
private BitSet positionsWithRangeTerminals;
|
||||
|
||||
// Token: 0x040002DE RID: 734
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x40002DE")]
|
||||
private SymbolsDictionary symbols;
|
||||
|
||||
// Token: 0x040002DF RID: 735
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x40002DF")]
|
||||
private Positions positions;
|
||||
|
||||
// Token: 0x040002E0 RID: 736
|
||||
[FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x40002E0")]
|
||||
private int minMaxNodesCount;
|
||||
|
||||
// Token: 0x040002E1 RID: 737
|
||||
[FieldOffset(Offset = "0x44")]
|
||||
[Token(Token = "0x40002E1")]
|
||||
private int endMarkerPos;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user