3 instantiations of InstrumentViewModel
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
23private readonly InstrumentViewModel _instrumentViewModel = new InstrumentViewModel();
Aspire.Dashboard.Components.Tests (2)
Controls\PlotlyChartTests.cs (2)
28var model = new InstrumentViewModel(); 70var model = new InstrumentViewModel();
5 references to InstrumentViewModel
Aspire.Dashboard (3)
Components\Controls\Chart\ChartBase.cs (1)
53public required InstrumentViewModel InstrumentViewModel { get; set; }
Components\Controls\Chart\ChartContainer.razor.cs (1)
23private readonly InstrumentViewModel _instrumentViewModel = new InstrumentViewModel();
Components\Controls\Chart\ChartFilters.razor.cs (1)
17public required InstrumentViewModel InstrumentViewModel { get; set; }
Aspire.Dashboard.Components.Tests (2)
Controls\PlotlyChartTests.cs (2)
28var model = new InstrumentViewModel(); 70var model = new InstrumentViewModel();