2 writes to _resourcesRelativePath
Microsoft.Extensions.Localization (2)
ResourceManagerStringLocalizerFactory.cs (2)
43_resourcesRelativePath = localizationOptions.Value.ResourcesPath ?? string.Empty; 48_resourcesRelativePath = _resourcesRelativePath.Replace(Path.AltDirectorySeparatorChar, '.')
3 references to _resourcesRelativePath
Microsoft.Extensions.Localization (3)
ResourceManagerStringLocalizerFactory.cs (3)
46if (!string.IsNullOrEmpty(_resourcesRelativePath)) 48_resourcesRelativePath = _resourcesRelativePath.Replace(Path.AltDirectorySeparatorChar, '.') 228? _resourcesRelativePath