5 references to DtdParserProxy
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
6849
_dtdInfo = dtdParser.ParseInternalDtd(new
DtdParserProxy
(this), true);
9006
_fragmentParserContext.SystemId, _fragmentParserContext.InternalSubset, new
DtdParserProxy
(this));
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
1019
XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.
DtdParserProxy
(_coreReaderImpl);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
608
XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.
DtdParserProxy
(tr);
961
XmlTextReaderImpl.DtdParserProxy proxy = new XmlTextReaderImpl.
DtdParserProxy
(tr);