3 instantiations of UrlDisplayPropertiesSnapshot
Aspire.Hosting (3)
ApplicationModel\CustomResourceSnapshot.cs (1)
186
public UrlDisplayPropertiesSnapshot DisplayProperties { get; init; } =
new
();
Dcp\ResourceSnapshotBuilder.cs (2)
213
urls.Add(new(Name: endpointUrl.Endpoint!.EndpointName, Url: endpointUrl.Url, IsInternal: endpointUrl.IsInternal) { IsInactive = isInactive, DisplayProperties =
new
(endpointUrl.DisplayText ?? "", endpointUrl.DisplayOrder ?? 0) });
221
urls.Add(new(Name: null, Url: url.Url, IsInternal: url.IsInternal) { IsInactive = !resourceRunning, DisplayProperties =
new
(url.DisplayText ?? "", url.DisplayOrder ?? 0) });
1 reference to UrlDisplayPropertiesSnapshot
Aspire.Hosting (1)
ApplicationModel\CustomResourceSnapshot.cs (1)
186
public
UrlDisplayPropertiesSnapshot
DisplayProperties { get; init; } = new();