System.Configuration.XmlUtil
namespace System.Configuration
{
internal sealed class XmlUtil : IDisposable, IConfigErrorInfo
{
public string Filename { get; }
public int LineNumber { get; }
public void Dispose();
}
}