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