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