3 references to LabelAll
Aspire.Dashboard (3)
Components\Pages\StructuredLogs.razor.cs (2)
180Name = ControlsStringsLoc[nameof(Dashboard.Resources.ControlsStrings.LabelAll)] 185new SelectViewModel<LogLevel?> { Id = null, Name = ControlsStringsLoc[nameof(Dashboard.Resources.ControlsStrings.LabelAll)] },
Components\Pages\Traces.razor.cs (1)
162_allApplication = new SelectViewModel<ResourceTypeDetails> { Id = null, Name = ControlsStringsLoc[name: nameof(ControlsStrings.LabelAll)] };