5 references to IPV4Host
Aspire.Hosting (5)
ApplicationModel\EndpointReference.cs (2)
54EndpointProperty.Host or EndpointProperty.IPV4Host => "host", 176EndpointProperty.IPV4Host => new("127.0.0.1"),
ApplicationModel\ExpressionResolver.cs (3)
39if (property is EndpointProperty.Host or EndpointProperty.IPV4Host) 68(EndpointProperty.Host or EndpointProperty.IPV4Host, true, true) => target.Name, 71(EndpointProperty.Host or EndpointProperty.IPV4Host, false, _) => containerHostName,