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