11 references to Loc
Aspire.Dashboard (10)
Components\Controls\ApplicationName.razor.cs (2)
42if (ResourceName is not null && Loc is not null) 44applicationName = string.Format(CultureInfo.InvariantCulture, Loc[ResourceName], DashboardClient.ApplicationName);
Components_Pages_ConsoleLogs_razor.g.cs (1)
240Loc
Components_Pages_Login_razor.g.cs (2)
223Loc 366Loc
Components_Pages_Metrics_razor.g.cs (1)
299Loc
Components_Pages_Resources_razor.g.cs (1)
236Loc
Components_Pages_StructuredLogs_razor.g.cs (1)
265Loc
Components_Pages_TraceDetail_razor.g.cs (1)
259Loc
Components_Pages_Traces_razor.g.cs (1)
265Loc
Aspire.Dashboard.Components.Tests (1)
Controls\ApplicationNameTests.cs (1)
51builder.Add(p => p.Loc, new TestStringLocalizer<string>());