<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Xml.XmlValidatingReader

public Encoding Encoding { get; }

public EntityHandling EntityHandling { get; set; }

public int LineNumber { get; }

public int LinePosition { get; }

public bool Namespaces { get; set; }

public XmlReader Reader { get; }

public XmlSchemaCollection Schemas { get; }

public object SchemaType { get; }

public ValidationType ValidationType { get; set; }

public XmlValidatingReader(Stream xmlFragment, XmlNodeType fragType, XmlParserContext context)

public XmlValidatingReader(string xmlFragment, XmlNodeType fragType, XmlParserContext context)

public bool HasLineInfo()

public object ReadTypedValue()