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)
40
static state => ((HttpListener)state!).
Close
(),
67
listener.
Close
();
341
_listener.
Close
();
dotnet-aot (3)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (3)
40
static state => ((HttpListener)state!).
Close
(),
67
listener.
Close
();
341
_listener.
Close
();
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
682
try { _listener.
Close
(); } catch { }