7 references to DocumentType
System.Private.Xml (7)
System\Xml\Dom\XmlDocument.cs (4)
454XmlDocumentType? dtd = this.DocumentType; 472if (DocumentType != null) 1728if (DocumentType != null) 1730XmlNamedNodeMap entities = DocumentType.Entities;
System\Xml\Dom\XmlLoader.cs (2)
685XmlDocumentType? docType = _doc!.DocumentType; 947XmlDocumentType? dtdNode = doc.DocumentType;
System\Xml\Dom\XmlNodeReader.cs (1)
424XmlDocumentType? docType = _doc.DocumentType;