5 references to IsListening
Aspire.Acquisition.Tests (1)
Scripts\Common\ScriptHostFixture.cs (1)
139while (!cancellationToken.IsCancellationRequested && _listener?.IsListening == true)
dotnet (2)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (2)
94catch (HttpListenerException) when (cancellationToken.IsCancellationRequested || !_listener.IsListening) 97catch (ObjectDisposedException) when (cancellationToken.IsCancellationRequested || !_listener.IsListening)
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (2)
94catch (HttpListenerException) when (cancellationToken.IsCancellationRequested || !_listener.IsListening) 97catch (ObjectDisposedException) when (cancellationToken.IsCancellationRequested || !_listener.IsListening)