7 references to DocumentType
System.Private.Xml (7)
System\Xml\Dom\XmlDocument.cs (4)
454XmlDocumentType? dtd = this.DocumentType; 469if (DocumentType != null) 1725if (DocumentType != null) 1727XmlNamedNodeMap entities = DocumentType.Entities;
System\Xml\Dom\XmlLoader.cs (2)
682XmlDocumentType? docType = _doc!.DocumentType; 944XmlDocumentType? dtdNode = doc.DocumentType;
System\Xml\Dom\XmlNodeReader.cs (1)
424XmlDocumentType? docType = _doc.DocumentType;