8 instantiations of DtdParserProxy
System.Private.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (2)
6730
_dtdInfo = dtdParser.ParseInternalDtd(new
DtdParserProxy
(this), true);
8880
_fragmentParserContext.SystemId, _fragmentParserContext.InternalSubset, new
DtdParserProxy
(this));
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
4471
_dtdInfo = await dtdParser.ParseInternalDtdAsync(new
DtdParserProxy
(this), true).ConfigureAwait(false);
5260
_dtdInfo = await dtdParser.ParseFreeFloatingDtdAsync(_fragmentParserContext.BaseURI, _fragmentParserContext.DocTypeName, _fragmentParserContext.PublicId, _fragmentParserContext.SystemId, _fragmentParserContext.InternalSubset, new
DtdParserProxy
(this)).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
1022
XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.
DtdParserProxy
(_coreReaderImpl);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
184
XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.
DtdParserProxy
(_coreReaderImpl);
System\Xml\Dom\XmlLoader.cs (2)
605
XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.
DtdParserProxy
(tr);
957
XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.
DtdParserProxy
(tr);
4 references to DtdParserProxy
System.Private.Xml (4)
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
1022
XmlTextReaderImpl.
DtdParserProxy
proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
184
XmlTextReaderImpl.
DtdParserProxy
proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl);
System\Xml\Dom\XmlLoader.cs (2)
605
XmlTextReaderImpl.
DtdParserProxy
proxy = new XmlTextReaderImpl.DtdParserProxy(tr);
957
XmlTextReaderImpl.
DtdParserProxy
proxy = new XmlTextReaderImpl.DtdParserProxy(tr);