2 references to IsLocalhost
Aspire.Hosting (1)
Utils\EndpointHostHelpers.cs (1)
45
return
IsLocalhost
(host) || IsLocalhostTld(host);
Aspire.Hosting.Tests (1)
Utils\EndpointHostHelpersTests.cs (1)
27
var result = EndpointHostHelpers.
IsLocalhost
(host);