1 type derived from XmlNamedNodeMap
System.Private.Xml (1)
System\Xml\Dom\XmlAttributeCollection.cs (1)
11public sealed class XmlAttributeCollection : XmlNamedNodeMap, ICollection
3 instantiations of XmlNamedNodeMap
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (1)
1092get => field ??= new XmlNamedNodeMap(this);
System\Xml\Dom\XmlDocumentType.cs (2)
77public XmlNamedNodeMap Entities => field ??= new XmlNamedNodeMap(this); 80public XmlNamedNodeMap Notations => field ??= new XmlNamedNodeMap(this);
9 references to XmlNamedNodeMap
netstandard (1)
netstandard.cs (1)
2479[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamedNodeMap))]
System.Private.Xml (5)
System\Xml\Dom\XmlDocument.cs (2)
1090internal XmlNamedNodeMap Entities 1730XmlNamedNodeMap entities = DocumentType.Entities;
System\Xml\Dom\XmlDocumentType.cs (2)
77public XmlNamedNodeMap Entities => field ??= new XmlNamedNodeMap(this); 80public XmlNamedNodeMap Notations => field ??= new XmlNamedNodeMap(this);
System\Xml\Dom\XmlLoader.cs (1)
905XmlNamedNodeMap entities = _doc.Entities;
System.Xml (1)
System.Xml.cs (1)
209[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamedNodeMap))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
136[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamedNodeMap))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
15[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlNamedNodeMap))]