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