1 implementation of OnSystemId
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
294
void IDtdParserAdapter.
OnSystemId
(string systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo)
4 references to OnSystemId
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1489
_readerAdapter.
OnSystemId
(systemId, keywordLineInfo, _literalLineInfo);
1517
_readerAdapter.
OnSystemId
(systemId, keywordLineInfo, _literalLineInfo);
System\Xml\Schema\DtdParserAsync.cs (2)
1114
_readerAdapter.
OnSystemId
(systemId, keywordLineInfo, _literalLineInfo);
1142
_readerAdapter.
OnSystemId
(systemId, keywordLineInfo, _literalLineInfo);