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