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