3 instantiations of UrlDisplayPropertiesSnapshot
Aspire.Hosting (3)
ApplicationModel\CustomResourceSnapshot.cs (1)
186public UrlDisplayPropertiesSnapshot DisplayProperties { get; init; } = new();
Dcp\ResourceSnapshotBuilder.cs (2)
213urls.Add(new(Name: endpointUrl.Endpoint!.EndpointName, Url: endpointUrl.Url, IsInternal: endpointUrl.IsInternal) { IsInactive = isInactive, DisplayProperties = new(endpointUrl.DisplayText ?? "", endpointUrl.DisplayOrder ?? 0) }); 221urls.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)
186public UrlDisplayPropertiesSnapshot DisplayProperties { get; init; } = new();