2 writes to _sysId
System.Private.Xml (2)
System\Xml\Core\XmlParserContext.cs (2)
73_sysId = sysId ?? string.Empty; 140_sysId = value ?? string.Empty;
2 references to _sysId
System.Private.Xml (2)
System\Xml\Core\XmlParserContext.cs (2)
136return _sysId; 211return (_internalSubset != string.Empty || _pubId != string.Empty || _sysId != string.Empty);