1 write to Value
Microsoft.Extensions.Localization.Abstractions (1)
LocalizedString.cs (1)
49Value = value;
10 references to Value
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
295PrimaryAction = Loc[nameof(Resources.Layout.MainLayoutSettingsDialogClose)].Value,
Microsoft.AspNetCore.Components.Endpoints (5)
Forms\DataAnnotationsLocalizer.cs (5)
36return localizedTemplate.ResourceNotFound ? literal : localizedTemplate.Value; 94return explicitMatch.Value; 108return memberMatch.Value; 115return typeMatch.Value; 120return globalMatch.ResourceNotFound ? null : globalMatch.Value;
Microsoft.AspNetCore.Mvc.Localization (2)
HtmlLocalizer.cs (2)
74new LocalizedHtmlString(result.Name, result.Value, result.ResourceNotFound); 82new LocalizedHtmlString(result.Name, result.Value, result.ResourceNotFound, arguments);
Microsoft.Extensions.Localization.Abstractions (2)
LocalizedString.cs (2)
61return localizedString?.Value; 88public override string ToString() => Value;