3 references to TrimPrefix
Microsoft.Extensions.Localization (3)
ResourceManagerStringLocalizerFactory.cs (3)
90
return baseNamespace + "." + resourcesRelativePath +
TrimPrefix
(typeInfo.FullName, baseNamespace + ".");
111
baseResourceName = locationPath +
TrimPrefix
(baseResourceName, baseNamespace + ".");
189
return location + "." + resourceLocation +
TrimPrefix
(baseName, location + ".");