7 references to DocumentType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (4)
388XmlDocumentType dtd = this.DocumentType; 406if (DocumentType != null) 1680if (DocumentType != null) 1682XmlNamedNodeMap entites = DocumentType.Entities;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
693XmlDocumentType docType = _doc.DocumentType; 950XmlDocumentType dtdNode = doc.DocumentType;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
432XmlDocumentType docType = _doc.DocumentType;