3 writes to _publicId
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
305
_publicId
= publicId;
446
ParseExternalId(token, Token.DOCTYPE, out
_publicId
, out _systemId);
System\Xml\Schema\DtdParserAsync.cs (1)
89
_publicId
= tuple_0.Item1;
2 references to _publicId
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
501
if (!_readerAdapter.PushExternalSubset(_systemId,
_publicId
))
System\Xml\Schema\DtdParserAsync.cs (1)
145
if (!await _readerAdapter.PushExternalSubsetAsync(_systemId,
_publicId
).ConfigureAwait(false))