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