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)
1022XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
184XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl);
System\Xml\Dom\XmlLoader.cs (2)
605XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(tr); 957XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(tr);
4 references to DtdParserProxy
System.Private.Xml (4)
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
1022XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
184XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl);
System\Xml\Dom\XmlLoader.cs (2)
605XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(tr); 957XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(tr);