5 references to InternalSubset
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
935
newNode = CreateDocumentType(docType.Name, docType.PublicId, docType.SystemId, docType.
InternalSubset
);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
610
IDtdInfo dtdInfo = dtdParser.ParseFreeFloatingDtd(_doc.BaseURI, dtNode.Name, dtNode.PublicId, dtNode.SystemId, dtNode.
InternalSubset
, proxy);
744
(docType == null) ? null : docType.
InternalSubset
,
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (1)
1457
result += ", Name=\"" + documentType.Name + "\", SYSTEM=\"" + documentType.SystemId + "\", PUBLIC=\"" + documentType.PublicId + "\", Value=\"" + XmlConvert.EscapeValueForDebuggerDisplay(documentType.
InternalSubset
) + "\"";
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
260
retValue = ((XmlDocumentType)_curNode).
InternalSubset
; //in this case nav.Value will be null