4 writes to _publicId
System.Private.Xml.Linq (4)
System\Xml\Linq\XDocumentType.cs (4)
26_publicId = publicId; 41_publicId = other._publicId; 49_publicId = r.GetAttribute("PUBLIC"); 116_publicId = value;
8 references to _publicId
System.Private.Xml.Linq (8)
System\Xml\Linq\XDocumentType.cs (8)
41_publicId = other._publicId; 111return _publicId; 148writer.WriteDocType(_name, _publicId, _systemId, _internalSubset); 166return writer.WriteDocTypeAsync(_name, _publicId, _systemId, _internalSubset); 177return other != null && _name == other._name && _publicId == other._publicId && 184(_publicId != null ? _publicId.GetHashCode() : 0) ^