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

System.Xml.WriteState

public enum WriteState
namespace System.Xml { public enum WriteState { Attribute = 3, Closed = 5, Content = 4, Element = 2, Error = 6, Prolog = 1, Start = 0 } }