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)
234Loc
Components_Pages_Login_razor.g.cs (2)
217Loc 360Loc
Components_Pages_Metrics_razor.g.cs (1)
293Loc
Components_Pages_Resources_razor.g.cs (1)
230Loc
Components_Pages_StructuredLogs_razor.g.cs (1)
259Loc
Components_Pages_TraceDetail_razor.g.cs (1)
253Loc
Components_Pages_Traces_razor.g.cs (1)
259Loc
Aspire.Dashboard.Components.Tests (1)
Controls\ApplicationNameTests.cs (1)
51builder.Add(p => p.Loc, new TestStringLocalizer<string>());