5 references to InternalSubset
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (1)
8880
_fragmentParserContext.SystemId, _fragmentParserContext.
InternalSubset
, new DtdParserProxy(this));
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
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)
1024
_parserContext.SystemId, _parserContext.
InternalSubset
, proxy);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
185
IDtdInfo dtdInfo = await dtdParser.ParseFreeFloatingDtdAsync(_parserContext.BaseURI, _parserContext.DocTypeName, _parserContext.PublicId, _parserContext.SystemId, _parserContext.
InternalSubset
, proxy).ConfigureAwait(false);
System\Xml\Dom\XmlLoader.cs (1)
959
IDtdInfo dtdInfo = dtdParser.ParseFreeFloatingDtd(context.BaseURI, context.DocTypeName, context.PublicId, context.SystemId, context.
InternalSubset
, proxy);