4 writes to publicId
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
6381
this.
publicId
= publicId;
6394
this.
publicId
= other.publicId;
6404
publicId
= r.GetAttribute("PUBLIC");
6470
publicId
= value;
7 references to publicId
System.Xml.Linq (7)
System\Xml\Linq\XLinq.cs (7)
6394
this.publicId = other.
publicId
;
6466
return
publicId
;
6505
writer.WriteDocType(name,
publicId
, systemId, internalSubset);
6514
return other != null && name == other.name &&
publicId
== other.
publicId
&&
6520
(
publicId
!= null ?
publicId
.GetHashCode() : 0) ^