1 instantiation of TestAuxiliaryBackchannelUdsServer
Aspire.Cli.Tests (1)
Projects\RunningInstanceManagerTests.cs (1)
81var server = new TestAuxiliaryBackchannelUdsServer(socketPath, appHostProcessId);
4 references to TestAuxiliaryBackchannelUdsServer
Aspire.Cli.Tests (4)
Projects\RunningInstanceManagerTests.cs (4)
43using var server = TestAuxiliaryBackchannelUdsServer.Start(socketPath, exitedProcessId); 79public static TestAuxiliaryBackchannelUdsServer Start(string socketPath, int appHostProcessId) 81var server = new TestAuxiliaryBackchannelUdsServer(socketPath, appHostProcessId);