2 references to IsDevLocalhostTld
Aspire.Hosting (1)
ApplicationModel\EndpointHostHelpers.cs (1)
83return uri?.Host is not null && IsDevLocalhostTld(uri.Host);
Aspire.Hosting.Tests (1)
ApplicationModel\EndpointHostHelpersTests.cs (1)
124var result = EndpointHostHelpers.IsDevLocalhostTld(host);