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