1 write to Endpoint
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
61Endpoint = endpoint;
2 references to Endpoint
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
122public string UriScheme => Endpoint.UriScheme;
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
2268Assert.Equal(endpoint, allocatedEndpoint.Endpoint);