4 writes to _systemId
System.Private.Xml.Linq (4)
System\Xml\Linq\XDocumentType.cs (4)
27_systemId = systemId; 42_systemId = other._systemId; 50_systemId = r.GetAttribute("SYSTEM"); 133_systemId = value;
7 references to _systemId
System.Private.Xml.Linq (7)
System\Xml\Linq\XDocumentType.cs (7)
42_systemId = other._systemId; 128return _systemId; 148writer.WriteDocType(_name, _publicId, _systemId, _internalSubset); 166return writer.WriteDocTypeAsync(_name, _publicId, _systemId, _internalSubset); 178_systemId == other.SystemId && _internalSubset == other._internalSubset; 185(_systemId != null ? _systemId.GetHashCode() : 0) ^