2 writes to DisplayProperties
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2595
DisplayProperties
= new global::Aspire.ResourceService.Proto.V1.UrlDisplayProperties();
2678
DisplayProperties
= new global::Aspire.ResourceService.Proto.V1.UrlDisplayProperties();
11 references to DisplayProperties
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (8)
2463
if (!object.Equals(
DisplayProperties
, other.
DisplayProperties
)) return false;
2475
if (displayProperties_ != null) hash ^=
DisplayProperties
.GetHashCode();
2542
output.WriteMessage(
DisplayProperties
);
2567
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
DisplayProperties
);
2597
DisplayProperties
.MergeFrom(other.
DisplayProperties
);
2680
input.ReadMessage(
DisplayProperties
);
ResourceService\Partials.cs (3)
84
return (url.EndpointName, url.
DisplayProperties
.DisplayName) switch
87
_ => url.
DisplayProperties
.DisplayName
95
select new UrlViewModel(u.EndpointName, parsedUri, u.IsInternal, u.IsInactive, new UrlDisplayPropertiesViewModel(TranslateKnownUrlName(u), u.
DisplayProperties
.SortOrder)))