8 references to CreateConnection
Aspire.Cli.Tests (8)
Backchannel\OrphanedAppHostCollectorTests.cs (8)
206monitor.AddConnection(orphanSocket, CreateConnection(orphanSocket, appHostPid: 4242, orphaned: true)); 207monitor.AddConnection(liveSocket, CreateConnection(liveSocket, appHostPid: 4343, orphaned: false)); 236monitor.AddConnection(socketPath, CreateConnection(socketPath, appHostPid: 4242, orphaned: true)); 262monitor.AddConnection(socketPath, CreateConnection(socketPath, appHostPid: 4242, orphaned: true)); 288monitor.AddConnection(throwingSocket, CreateConnection(throwingSocket, appHostPid: 1, orphaned: true)); 289monitor.AddConnection(okSocket, CreateConnection(okSocket, appHostPid: 2, orphaned: true)); 318monitor.AddConnection(socketPath, CreateConnection(socketPath, appHostPid: 4343, orphaned: false)); 341monitor.AddConnection(socketPath, CreateConnection(socketPath, appHostPid: 4242, orphaned: true));