1 instantiation of TracesPageViewModel
Aspire.Dashboard (1)
Components\Pages\Traces.razor.cs (1)
164
PageViewModel = new
TracesPageViewModel
{ SelectedApplication = _allApplication };
3 references to TracesPageViewModel
Aspire.Dashboard (3)
Components\Pages\Traces.razor.cs (3)
22
public partial class Traces : IComponentWithTelemetry, IPageWithSessionAndUrlState<Traces.
TracesPageViewModel
, Traces.TracesPageState>
49
public
TracesPageViewModel
PageViewModel { get; set; } = null!;
262
public async Task UpdateViewModelFromQueryAsync(
TracesPageViewModel
viewModel)