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