9 references to Close
Aspire.Acquisition.Tests (2)
Scripts\Common\ScriptHostFixture.cs (2)
68_listener.Close(); 123_listener?.Close();
dotnet (3)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (3)
40static state => ((HttpListener)state!).Close(), 67listener.Close(); 341_listener.Close();
dotnet-aot (3)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (3)
40static state => ((HttpListener)state!).Close(), 67listener.Close(); 341_listener.Close();
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
682try { _listener.Close(); } catch { }