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