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