4 references to LocalizedString
Microsoft.Extensions.Localization (3)
ResourceManagerStringLocalizer.cs (3)
107return new LocalizedString(name, value ?? name, resourceNotFound: value == null, searchedLocation: _resourceBaseName); 121return new LocalizedString(name, value, resourceNotFound: format == null, searchedLocation: _resourceBaseName); 146yield return new LocalizedString(name, value ?? name, resourceNotFound: value == null, searchedLocation: _resourceBaseName);
Microsoft.Extensions.Localization.Abstractions (1)
LocalizedString.cs (1)
32: this(name, value, resourceNotFound, searchedLocation: null)