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
;
111
return
_publicId
;
148
writer.WriteDocType(_name,
_publicId
, _systemId, _internalSubset);
166
return writer.WriteDocTypeAsync(_name,
_publicId
, _systemId, _internalSubset);
177
return other != null && _name == other._name &&
_publicId
== other.
_publicId
&&
184
(
_publicId
!= null ?
_publicId
.GetHashCode() : 0) ^