3 references to Loc
Aspire.Dashboard (2)
Components\Controls\ApplicationName.razor.cs (2)
43
if (ResourceName is not null &&
Loc
is not null)
45
applicationName = string.Format(CultureInfo.InvariantCulture,
Loc
[ResourceName], DashboardClient.ApplicationName);
Aspire.Dashboard.Components.Tests (1)
Controls\ApplicationNameTests.cs (1)
50
builder.Add(p => p.
Loc
, new TestStringLocalizer<string>());