6 references to InternalSubset
System.Data.Common (1)
System\Xml\DataPointer.cs (1)
757
return ((XmlDocumentType)(_node)).
InternalSubset
;
System.Private.Xml (5)
System\Xml\Dom\XmlDocument.cs (1)
1000
newNode = CreateDocumentType(docType.Name, docType.PublicId, docType.SystemId, docType.
InternalSubset
);
System\Xml\Dom\XmlLoader.cs (2)
607
IDtdInfo dtdInfo = dtdParser.ParseFreeFloatingDtd(_doc.BaseURI, dtNode.Name, dtNode.PublicId, dtNode.SystemId, dtNode.
InternalSubset
, proxy);
737
docType?.
InternalSubset
,
System\Xml\Dom\XmlNode.cs (1)
1483
result += $", Name=\"{documentType.Name}\", SYSTEM=\"{documentType.SystemId}\", PUBLIC=\"{documentType.PublicId}\", Value=\"{XmlConvert.EscapeValueForDebuggerDisplay(documentType.
InternalSubset
!)}\"";
System\Xml\Dom\XmlNodeReader.cs (1)
244
retValue = ((XmlDocumentType)_curNode).
InternalSubset
; //in this case nav.Value will be null