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)
117return _sysId; 171return ( _internalSubset != string.Empty || _pubId != string.Empty || _sysId != string.Empty );