2 writes to StateStyle
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4784StateStyle = other.StateStyle; 4963StateStyle = input.ReadString();
7 references to StateStyle
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (6)
4546if (StateStyle != other.StateStyle) return false; 4570if (HasStateStyle) hash ^= StateStyle.GetHashCode(); 4682output.WriteString(StateStyle); 4732size += 1 + pb::CodedOutputStream.ComputeStringSize(StateStyle); 4784StateStyle = other.StateStyle;
ResourceService\Partials.cs (1)
39StateStyle = HasStateStyle ? StateStyle : null,