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