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