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