// Assembly: System.Xml
// Full name: System.Xml.XmlReaderSettings

namespace System.Xml
{
public class XmlReaderSettings // TypeDefIndex: 6658
{
	// Fields
	type#15314 useAsync;
	type#29189 nameTable;
	type#29261 xmlResolver;
	type#20868 lineNumberOffset;
	type#20868 linePositionOffset;
	type#16343 conformanceLevel;
	type#15314 checkCharacters;
	type#20901 maxCharactersInDocument;
	type#20901 maxCharactersFromEntities;
	type#15314 ignoreWhitespace;
	type#15314 ignorePIs;
	type#15314 ignoreComments;
	type#17514 dtdProcessing;
	type#28372 validationType;
	type#29423 validationFlags;
	type#29393 schemas;
	type#28363 valEventHandler;
	type#15314 closeInput;
	type#15314 isReadOnly;
	type#15314 <IsXmlResolverSet>k__BackingField;
	type#9619 s_enableLegacyXmlSettings;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#15313 get_Async() { }
	// RVA: -1
	public type#28660 set_Async(type#15313 value) { }
	// RVA: -1
	public type#29188 get_NameTable() { }
	// RVA: -1
	public type#28660 set_NameTable(type#29188 value) { }
	// RVA: -1
	internal type#15313 get_IsXmlResolverSet() { }
	// RVA: -1
	internal type#28660 set_IsXmlResolverSet(type#15313 value) { }
	// RVA: -1
	public type#28660 set_XmlResolver(type#29260 value) { }
	// RVA: -1
	internal type#29260 GetXmlResolver() { }
	// RVA: -1
	internal type#29260 GetXmlResolver_CheckConfig() { }
	// RVA: -1
	public type#20867 get_LineNumberOffset() { }
	// RVA: -1
	public type#28660 set_LineNumberOffset(type#20867 value) { }
	// RVA: -1
	public type#20867 get_LinePositionOffset() { }
	// RVA: -1
	public type#28660 set_LinePositionOffset(type#20867 value) { }
	// RVA: -1
	public type#16342 get_ConformanceLevel() { }
	// RVA: -1
	public type#28660 set_ConformanceLevel(type#16342 value) { }
	// RVA: -1
	public type#15313 get_CheckCharacters() { }
	// RVA: -1
	public type#28660 set_CheckCharacters(type#15313 value) { }
	// RVA: -1
	public type#20900 get_MaxCharactersInDocument() { }
	// RVA: -1
	public type#28660 set_MaxCharactersInDocument(type#20900 value) { }
	// RVA: -1
	public type#20900 get_MaxCharactersFromEntities() { }
	// RVA: -1
	public type#28660 set_MaxCharactersFromEntities(type#20900 value) { }
	// RVA: -1
	public type#15313 get_IgnoreWhitespace() { }
	// RVA: -1
	public type#28660 set_IgnoreWhitespace(type#15313 value) { }
	// RVA: -1
	public type#15313 get_IgnoreProcessingInstructions() { }
	// RVA: -1
	public type#28660 set_IgnoreProcessingInstructions(type#15313 value) { }
	// RVA: -1
	public type#15313 get_IgnoreComments() { }
	// RVA: -1
	public type#28660 set_IgnoreComments(type#15313 value) { }
	// RVA: -1
	public type#17513 get_DtdProcessing() { }
	// RVA: -1
	public type#28660 set_DtdProcessing(type#17513 value) { }
	// RVA: -1
	public type#15313 get_CloseInput() { }
	// RVA: -1
	public type#28660 set_CloseInput(type#15313 value) { }
	// RVA: -1
	public type#28371 get_ValidationType() { }
	// RVA: -1
	public type#28660 set_ValidationType(type#28371 value) { }
	// RVA: -1
	public type#29422 get_ValidationFlags() { }
	// RVA: -1
	public type#28660 set_ValidationFlags(type#29422 value) { }
	// RVA: -1
	public type#29392 get_Schemas() { }
	// RVA: -1
	public type#28660 set_Schemas(type#29392 value) { }
	// RVA: -1
	public type#29254 Clone() { }
	// RVA: -1
	internal type#28362 GetEventHandler() { }
	// RVA: -1
	internal type#29248 CreateReader(type#26548 input, type#28203 baseUri, type#26576 baseUriString, type#29230 inputContext) { }
	// RVA: -1
	internal type#29248 CreateReader(type#27257 input, type#26576 baseUriString, type#29230 inputContext) { }
	// RVA: -1
	internal type#28660 set_ReadOnly(type#15313 value) { }
	// RVA: -1
	private type#28660 CheckReadOnly(type#26576 propertyName) { }
	// RVA: -1
	private type#28660 Initialize() { }
	// RVA: -1
	private type#28660 Initialize(type#29260 resolver) { }
	// RVA: -1
	private static type#29260 CreateDefaultResolver() { }
	// RVA: -1
	internal type#29248 AddValidation(type#29248 reader) { }
	// RVA: -1
	private type#29526 CreateDtdValidatingReader(type#29248 baseReader) { }
	// RVA: -1
	internal static type#15313 EnableLegacyXmlSettings() { }
}
}
