3 writes to SortOrder
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2865
SortOrder
= other.SortOrder;
2917
SortOrder
= input.ReadInt32();
Dashboard\proto\Partials.cs (1)
55
displayProperties.
SortOrder
= urlSnapshot.DisplayProperties.SortOrder;
10 references to SortOrder
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
2781
if (
SortOrder
!= other.
SortOrder
) return false;
2790
if (
SortOrder
!= 0) hash ^=
SortOrder
.GetHashCode();
2828
if (
SortOrder
!= 0) {
2830
output.WriteInt32(
SortOrder
);
2846
if (
SortOrder
!= 0) {
2847
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
SortOrder
);
2864
if (other.
SortOrder
!= 0) {
2865
SortOrder = other.
SortOrder
;