7 references to DocumentType
System.Private.Xml (7)
System\Xml\Dom\XmlDocument.cs (4)
455XmlDocumentType? dtd = this.DocumentType; 473if (DocumentType != null) 1729if (DocumentType != null) 1731XmlNamedNodeMap entities = DocumentType.Entities;
System\Xml\Dom\XmlLoader.cs (2)
684XmlDocumentType? docType = _doc!.DocumentType; 946XmlDocumentType? dtdNode = doc.DocumentType;
System\Xml\Dom\XmlNodeReader.cs (1)
424XmlDocumentType? docType = _doc.DocumentType;