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