1 implementation of SystemId
System.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
69
string IDtdEntityInfo.
SystemId
{
4 references to SystemId
System.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
7197
PushExternalEntityOrSubset( entity.PublicId, entity.
SystemId
, entityBaseUri, entity.Name );
7215
InitStringInput( entity.
SystemId
, enc, string.Empty );
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
4842
await PushExternalEntityOrSubsetAsync( entity.PublicId, entity.
SystemId
, entityBaseUri, entity.Name ).ConfigureAwait(false);
4860
InitStringInput( entity.
SystemId
, enc, string.Empty );