1 write to _listener
dotnet (1)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
38(_listener, Endpoint) = StartListener();
5 references to _listener
dotnet (5)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (5)
41_listener); 87HttpListenerContext context = await _listener.GetContextAsync().WaitAsync(cancellationToken); 94catch (HttpListenerException) when (cancellationToken.IsCancellationRequested || !_listener.IsListening) 97catch (ObjectDisposedException) when (cancellationToken.IsCancellationRequested || !_listener.IsListening) 341_listener.Close();