4 references to LocalizedString
Microsoft.Extensions.Localization (3)
ResourceManagerStringLocalizer.cs (3)
107
return new
LocalizedString
(name, value ?? name, resourceNotFound: value == null, searchedLocation: _resourceBaseName);
121
return new
LocalizedString
(name, value, resourceNotFound: format == null, searchedLocation: _resourceBaseName);
146
yield 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)