3 writes to _systemId
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
295_systemId = systemId; 446ParseExternalId(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)
469if (_systemId != null && _systemId.Length > 0) 484if (_systemId != null && _systemId.Length > 0) 501if (!_readerAdapter.PushExternalSubset(_systemId, _publicId))
System\Xml\Schema\DtdParserAsync.cs (5)
113if (_systemId != null && _systemId.Length > 0) 128if (_systemId != null && _systemId.Length > 0) 145if (!await _readerAdapter.PushExternalSubsetAsync(_systemId, _publicId).ConfigureAwait(false))