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

System.Xml.XmlDictionaryReaderQuotas

public sealed class XmlDictionaryReaderQuotas
public static XmlDictionaryReaderQuotas Max { get; }

public int MaxArrayLength { get; set; }

public int MaxBytesPerRead { get; set; }

public int MaxDepth { get; set; }

public int MaxNameTableCharCount { get; set; }

public int MaxStringContentLength { get; set; }

public void CopyTo(XmlDictionaryReaderQuotas quotas)