4 writes to systemId
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
6382
this.
systemId
= systemId;
6395
this.
systemId
= other.systemId;
6405
systemId
= r.GetAttribute("SYSTEM");
6484
systemId
= value;
6 references to systemId
System.Xml.Linq (6)
System\Xml\Linq\XLinq.cs (6)
6395
this.systemId = other.
systemId
;
6480
return
systemId
;
6505
writer.WriteDocType(name, publicId,
systemId
, internalSubset);
6515
systemId
== other.SystemId && internalSubset == other.internalSubset;
6521
(
systemId
!= null ?
systemId
.GetHashCode() : 0) ^