1 implementation of BaseUriString
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaEntity.cs (1)
65string IDtdEntityInfo.BaseUriString
2 references to BaseUriString
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
8136if (!string.IsNullOrEmpty(entity.BaseUriString)) 8138entityBaseUri = _xmlResolver.ResolveUri(null, entity.BaseUriString);