9 references to FindMatchingNonOrphanedSockets
aspire (7)
Backchannel\AppHostConnectionResolver.cs (1)
145var matchingSockets = AppHostHelper.FindMatchingNonOrphanedSockets(
Commands\AppHostLauncher.cs (1)
358var existingSockets = AppHostHelper.FindMatchingNonOrphanedSockets(
Commands\StopCommand.cs (1)
286var matchingSocketPaths = AppHostHelper.FindMatchingNonOrphanedSockets(
Projects\DotNetAppHostProject.cs (1)
2468var matchingSockets = AppHostHelper.FindMatchingNonOrphanedSockets(
Projects\GuestAppHostProject.cs (1)
1595var matchingSockets = AppHostHelper.FindMatchingNonOrphanedSockets(
Utils\AppHostHelper.cs (2)
110/// to find matching sockets, or use <see cref="FindMatchingNonOrphanedSockets"/> instead. 164/// <see cref="FindMatchingNonOrphanedSockets"/> and attempt to connect to a now-dead process. This is most visible on
Aspire.Cli.Tests (2)
Utils\AppHostHelperTests.cs (2)
397var remainingSockets = AppHostHelper.FindMatchingNonOrphanedSockets( 434var remainingSockets = AppHostHelper.FindMatchingNonOrphanedSockets(