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