1 implementation of SystemId
System.Private.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
74
string? IDtdEntityInfo.
SystemId
4 references to SystemId
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
7998
PushExternalEntityOrSubset(entity.PublicId, entity.
SystemId
, entityBaseUri, entity.Name);
8021
InitStringInput(entity.
SystemId
!, enc, string.Empty);
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
5207
await PushExternalEntityOrSubsetAsync(entity.PublicId, entity.
SystemId
, entityBaseUri, entity.Name).ConfigureAwait(false);
5228
InitStringInput(entity.
SystemId
!, enc, string.Empty);