4 references to GetContextAsync
Aspire.Acquisition.Tests (1)
Scripts\Common\ScriptHostFixture.cs (1)
144
ctx = await _listener.
GetContextAsync
().WaitAsync(cancellationToken);
dotnet (1)
Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
87
HttpListenerContext context = await _listener.
GetContextAsync
().WaitAsync(cancellationToken);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
87
HttpListenerContext context = await _listener.
GetContextAsync
().WaitAsync(cancellationToken);
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
547
ctx = await _listener.
GetContextAsync
().WaitAsync(token).ConfigureAwait(false);