1 instantiation of TestAppHostBackchannelServer
Aspire.Cli.Tests (1)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (1)
125
var server = new
TestAppHostBackchannelServer
(stalledMethod);
14 references to TestAppHostBackchannelServer
Aspire.Cli.Tests (14)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (14)
22
using
var
server =
TestAppHostBackchannelServer
.Start();
37
using
var
server =
TestAppHostBackchannelServer
.Start();
56
using
var
server =
TestAppHostBackchannelServer
.Start();
70
using
var
server =
TestAppHostBackchannelServer
.Start();
86
using
var
server =
TestAppHostBackchannelServer
.Start();
100
using
var
server =
TestAppHostBackchannelServer
.Start(stalledMethod);
123
public static
TestAppHostBackchannelServer
Start(string? stalledMethod = null)
125
var
server = new TestAppHostBackchannelServer(stalledMethod);