7 instantiations of UrlDisplayPropertiesSnapshot
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (1)
207
public UrlDisplayPropertiesSnapshot DisplayProperties { get; init; } =
new
();
Dcp\ResourceSnapshotBuilder.cs (3)
279
DisplayProperties =
new
(endpointUrl.DisplayText ?? "", endpointUrl.DisplayOrder ?? 0)
305
DisplayProperties =
new
(endpointUrl.DisplayText ?? "", endpointUrl.DisplayOrder ?? 0)
316
DisplayProperties =
new
(url.DisplayText ?? "", url.DisplayOrder ?? 0)
Orchestrator\ApplicationOrchestrator.cs (1)
160
DisplayProperties =
new
(url.DisplayText ?? "", url.DisplayOrder ?? 0)
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
98
new UrlSnapshot("http", "http://localhost:5000", false) { DisplayProperties = new
UrlDisplayPropertiesSnapshot
("HTTP Endpoint", 1) },
99
new UrlSnapshot("https", "https://localhost:5001", true) { DisplayProperties = new
UrlDisplayPropertiesSnapshot
("HTTPS Endpoint", 2) },
1 reference to UrlDisplayPropertiesSnapshot
Aspire.Hosting (1)
ApplicationModel\CustomResourceSnapshot.cs (1)
207
public
UrlDisplayPropertiesSnapshot
DisplayProperties { get; init; } = new();