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