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