File: System.Xml.XmlDocument.cs
Web Access
Project: src\src\libraries\shims\System.Xml.XmlDocument\src\System.Xml.XmlDocument.csproj (System.Xml.XmlDocument)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttribute))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlAttributeCollection))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCDataSection))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlCharacterData))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlComment))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDeclaration))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDocument))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlDocumentFragment))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlElement))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlImplementation))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlLinkedNode))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamedNodeMap))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNode))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedAction))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedEventArgs))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeChangedEventHandler))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNodeList))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlProcessingInstruction))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlSignificantWhitespace))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlText))]
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlWhitespace))]