8 references to DtdParserProxy
System.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (2)
6093dtdInfo = dtdParser.ParseInternalDtd(new DtdParserProxy(this), true); 7937fragmentParserContext.SystemId, fragmentParserContext.InternalSubset, new DtdParserProxy( this ) );
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
4145dtdInfo = await dtdParser.ParseInternalDtdAsync(new DtdParserProxy(this), true).ConfigureAwait(false); 4891dtdInfo = await dtdParser.ParseFreeFloatingDtdAsync(fragmentParserContext.BaseURI, fragmentParserContext.DocTypeName, fragmentParserContext.PublicId, fragmentParserContext.SystemId, fragmentParserContext.InternalSubset, new DtdParserProxy( this ) ).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
853XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(coreReaderImpl);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
221XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(coreReaderImpl);
System\Xml\Dom\XmlLoader.cs (2)
533XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(tr); 832XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.DtdParserProxy(tr);