1 write to _publicId
System.Private.Xml (1)
System\Xml\Dom\XmlDocumentType.cs (1)
24
_publicId
= publicId;
3 references to _publicId
System.Private.Xml (3)
System\Xml\Dom\XmlDocumentType.cs (3)
60
return OwnerDocument.CreateDocumentType(_name,
_publicId
, _systemId, _internalSubset);
89
get { return
_publicId
; }
115
w.WriteDocType(_name,
_publicId
, _systemId, _internalSubset);