1 implementation of BaseUriString
System.Private.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
64string IDtdEntityInfo.BaseUriString
4 references to BaseUriString
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (2)
7993if (!string.IsNullOrEmpty(entity.BaseUriString)) 7995entityBaseUri = _xmlResolver.ResolveUri(null, entity.BaseUriString);
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
5203if (!string.IsNullOrEmpty(entity.BaseUriString)) 5205entityBaseUri = _xmlResolver!.ResolveUri(null, entity.BaseUriString);