2 writes to _sysId
System.Xml (2)
System\Xml\Core\XmlParserContext.cs (2)
70
_sysId
= (null == sysId ? String.Empty : sysId);
120
_sysId
= (null == value ? String.Empty : value);
2 references to _sysId
System.Xml (2)
System\Xml\Core\XmlParserContext.cs (2)
117
return
_sysId
;
171
return ( _internalSubset != string.Empty || _pubId != string.Empty ||
_sysId
!= string.Empty );