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