3 writes to _systemId
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
295
_systemId
= systemId;
446
ParseExternalId(token, Token.DOCTYPE, out _publicId, out
_systemId
);
System\Xml\Schema\DtdParserAsync.cs (1)
90
_systemId
= tuple_0.Item2;
10 references to _systemId
System.Private.Xml (10)
System\Xml\Schema\DtdParser.cs (5)
469
if (
_systemId
!= null &&
_systemId
.Length > 0)
484
if (
_systemId
!= null &&
_systemId
.Length > 0)
501
if (!_readerAdapter.PushExternalSubset(
_systemId
, _publicId))
System\Xml\Schema\DtdParserAsync.cs (5)
113
if (
_systemId
!= null &&
_systemId
.Length > 0)
128
if (
_systemId
!= null &&
_systemId
.Length > 0)
145
if (!await _readerAdapter.PushExternalSubsetAsync(
_systemId
, _publicId).ConfigureAwait(false))