5 references to SystemId
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (1)
7937
fragmentParserContext.
SystemId
, fragmentParserContext.InternalSubset, new DtdParserProxy( this ) );
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
4891
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)
855
parserContext.
SystemId
, parserContext.InternalSubset, proxy );
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
222
IDtdInfo dtdInfo = await dtdParser.ParseFreeFloatingDtdAsync( parserContext.BaseURI, parserContext.DocTypeName, parserContext.PublicId, parserContext.
SystemId
, parserContext.InternalSubset, proxy ).ConfigureAwait(false);
System\Xml\Dom\XmlLoader.cs (1)
834
IDtdInfo dtdInfo = dtdParser.ParseFreeFloatingDtd(context.BaseURI, context.DocTypeName, context.PublicId, context.
SystemId
, context.InternalSubset, proxy);