<PackageReference Include="System.Xml.ReaderWriter" Version="4.0.10-beta-23109" />

XmlReaderSettings

public sealed class XmlReaderSettings
public bool Async { get; set; }

public bool CheckCharacters { get; set; }

public bool CloseInput { get; set; }

public ConformanceLevel ConformanceLevel { get; set; }

public DtdProcessing DtdProcessing { get; set; }

public bool IgnoreComments { get; set; }

public bool IgnoreProcessingInstructions { get; set; }

public bool IgnoreWhitespace { get; set; }

public int LineNumberOffset { get; set; }

public int LinePositionOffset { get; set; }

public long MaxCharactersFromEntities { get; set; }

public long MaxCharactersInDocument { get; set; }

public XmlNameTable NameTable { get; set; }

public void Reset()