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)
185IDtdInfo dtdInfo = await dtdParser.ParseFreeFloatingDtdAsync(_parserContext.BaseURI, _parserContext.DocTypeName, _parserContext.PublicId, _parserContext.SystemId, _parserContext.InternalSubset, proxy).ConfigureAwait(false);
System\Xml\Dom\XmlLoader.cs (1)
959IDtdInfo dtdInfo = dtdParser.ParseFreeFloatingDtd(context.BaseURI, context.DocTypeName, context.PublicId, context.SystemId, context.InternalSubset, proxy);