1 instantiation of TestAppHostBackchannelServer
Aspire.Cli.Tests (1)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (1)
98var server = new TestAppHostBackchannelServer();
10 references to TestAppHostBackchannelServer
Aspire.Cli.Tests (10)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (10)
21using var server = TestAppHostBackchannelServer.Start(); 35using var server = TestAppHostBackchannelServer.Start(); 58using var server = TestAppHostBackchannelServer.Start(); 74using var server = TestAppHostBackchannelServer.Start(); 96public static TestAppHostBackchannelServer Start() 98var server = new TestAppHostBackchannelServer();