1 write to Address
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
56Address = address;
5 references to Address
Aspire.Hosting (3)
ApplicationModel\AllocatedEndpoint.cs (1)
110public string EndPointString => $"{Address}:{Port}";
ApplicationModel\EndpointReference.cs (1)
88public string Host => AllocatedEndpoint.Address ?? "localhost";
Orchestrator\ApplicationOrchestrator.cs (1)
234EndpointBindingMode.SingleAddress when !allocatedEndpoint.Address.Equals(endpoint.TargetHost, StringComparison.OrdinalIgnoreCase) => new ResourceUrlAnnotation
Aspire.Hosting.Tests (2)
WithEndpointTests.cs (2)
646Assert.Equal("localhost", endpoint.AllocatedEndpoint.Address); 680Assert.Equal("localhost", endpoint.AllocatedEndpoint.Address);