1 write to _publicId
System.Private.Xml (1)
System\Xml\Dom\XmlDocumentType.cs (1)
26
_publicId
= publicId;
3 references to _publicId
System.Private.Xml (3)
System\Xml\Dom\XmlDocumentType.cs (3)
62
return OwnerDocument.CreateDocumentType(_name,
_publicId
, _systemId, _internalSubset);
91
get { return
_publicId
; }
117
w.WriteDocType(_name,
_publicId
, _systemId, _internalSubset);