5 references to Values
Aspire.Dashboard (2)
Components\Controls\SelectResourceOptions.razor.cs (2)
25SetCheckState(newAreAllVisible, Values); 31Values[value] = isVisible;
Aspire.Dashboard.Components.Tests (3)
Pages\ResourcesTests.cs (3)
299Assert.Equal(types, typeSelect.Instance.Values.ToImmutableSortedDictionary() /* sort for equality comparison */ ); 302Assert.Equal(states, stateSelect.Instance.Values.ToImmutableSortedDictionary() /* sort for equality comparison */); 305Assert.Equal(healthStates, healthSelect.Instance.Values.ToImmutableSortedDictionary() /* sort for equality comparison */);