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)
60return OwnerDocument.CreateDocumentType(_name, _publicId, _systemId, _internalSubset); 89get { return _publicId; } 115w.WriteDocType(_name, _publicId, _systemId, _internalSubset);