2 references to new
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
94: this(endpoint, address, port, EndpointBindingMode.SingleAddress, targetPortExpression)
Aspire.Hosting.Tests (1)
ExpressionResolverTests.cs (1)
222endpoint.AllocatedEndpoint = new(endpoint, "myContainer.dev.internal", (int)endpoint.TargetPort, EndpointBindingMode.SingleAddress, "{{ targetPort }}");