6 references to s_variableNames
Aspire.Dashboard (2)
Components\Controls\ResourcePrefixStyle.cs (1)
16
var accentVariableName = ColorGenerator.
s_variableNames
[colorIndex];
src\Shared\ColorGenerator.cs (1)
68
foreach (var name in
s_variableNames
)
Aspire.Dashboard.Components.Tests (4)
Controls\LogViewerTests.cs (4)
26
ColorGenerator.
s_variableNames
.Contains(accentVariableName),
27
$"Resource prefix background '{accentVariableName}' from style '{style}' must be generated from {nameof(ColorGenerator.
s_variableNames
)}.");
60
ColorGenerator.
s_variableNames
.Contains(accentVariableName),
61
$"Resource prefix background '{accentVariableName}' from style '{style}' must be generated from {nameof(ColorGenerator.
s_variableNames
)}.");