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
;
128
return
_systemId
;
148
writer.WriteDocType(_name, _publicId,
_systemId
, _internalSubset);
166
return writer.WriteDocTypeAsync(_name, _publicId,
_systemId
, _internalSubset);
178
_systemId
== other.SystemId && _internalSubset == other._internalSubset;
185
(
_systemId
!= null ?
_systemId
.GetHashCode() : 0) ^