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