using System; using Cpp2IlInjected; namespace System.Xml.Schema { /// Provides schema compilation options for the class This class cannot be inherited. // Token: 0x0200010E RID: 270 [Token(Token = "0x200010E")] public sealed class XmlSchemaCompilationSettings { /// Initializes a new instance of the class. // Token: 0x06000851 RID: 2129 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000851")] [Address(RVA = "0x5CF1F0", Offset = "0x5CDFF0", VA = "0x1805CF1F0")] public XmlSchemaCompilationSettings() { } // Token: 0x0400040C RID: 1036 [FieldOffset(Offset = "0x10")] [Token(Token = "0x400040C")] private bool enableUpaCheck; } }