9 writes to Text
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
236Text = text,
Aspire.Dashboard.Components.Tests (8)
Controls\ChartFiltersTests.cs (8)
16dimensionFilter.Values.Add(new DimensionValueViewModel { Text = "GET", Value = "GET" }); 17dimensionFilter.Values.Add(new DimensionValueViewModel { Text = "POST", Value = "POST" }); 40dimensionFilter.Values.Add(new DimensionValueViewModel { Text = "GET", Value = "GET" }); 41dimensionFilter.Values.Add(new DimensionValueViewModel { Text = "POST", Value = "POST" }); 59dimensionFilter.Values.Add(new DimensionValueViewModel { Text = "GET", Value = "GET" }); 60dimensionFilter.Values.Add(new DimensionValueViewModel { Text = "POST", Value = "POST" }); 77var getValue = new DimensionValueViewModel { Text = "GET", Value = "GET" }; 78var postValue = new DimensionValueViewModel { Text = "POST", Value = "POST" };