4 instantiations of UrlDisplayPropertiesSnapshot
Aspire.Hosting (4)
ApplicationModel\CustomResourceSnapshot.cs (1)
191
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) });
Orchestrator\ApplicationOrchestrator.cs (1)
125
DisplayProperties =
new
(url.DisplayText ?? "", url.DisplayOrder ?? 0)
1 reference to UrlDisplayPropertiesSnapshot
Aspire.Hosting (1)
ApplicationModel\CustomResourceSnapshot.cs (1)
191
public
UrlDisplayPropertiesSnapshot
DisplayProperties { get; init; } = new();