5 references to HasStateStyle
Aspire.Dashboard (5)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (4)
4570
if (
HasStateStyle
) hash ^= StateStyle.GetHashCode();
4680
if (
HasStateStyle
) {
4731
if (
HasStateStyle
) {
4783
if (other.
HasStateStyle
) {
ResourceService\Partials.cs (1)
39
StateStyle =
HasStateStyle
? StateStyle : null,