5 instantiations of UrlDisplayPropertiesSnapshot
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (1)
207public UrlDisplayPropertiesSnapshot DisplayProperties { get; init; } = new();
Dcp\ResourceSnapshotBuilder.cs (3)
279DisplayProperties = new(endpointUrl.DisplayText ?? "", endpointUrl.DisplayOrder ?? 0) 305DisplayProperties = new(endpointUrl.DisplayText ?? "", endpointUrl.DisplayOrder ?? 0) 316DisplayProperties = new(url.DisplayText ?? "", url.DisplayOrder ?? 0)
Orchestrator\ApplicationOrchestrator.cs (1)
160DisplayProperties = new(url.DisplayText ?? "", url.DisplayOrder ?? 0)
1 reference to UrlDisplayPropertiesSnapshot
Aspire.Hosting (1)
ApplicationModel\CustomResourceSnapshot.cs (1)
207public UrlDisplayPropertiesSnapshot DisplayProperties { get; init; } = new();