4 references to
System.Private.Xml (4)
System\Xml\Dom\XmlAttribute.cs (1)
19
internal XmlAttribute(XmlName name, XmlDocument doc) :
base
(doc)
System\Xml\Dom\XmlEntity.cs (1)
17
internal XmlEntity(string name, string? publicId, string? systemId, string? notationName, XmlDocument doc) :
base
(doc)
System\Xml\Dom\XmlLinkedNode.cs (1)
11
internal XmlLinkedNode(XmlDocument doc) :
base
(doc)
System\Xml\Dom\XmlNotation.cs (1)
16
internal XmlNotation(string name, string? publicId, string? systemId, XmlDocument doc) :
base
(doc)