9 references to GetAvailableConsecutivePortPair
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
1058var (rangeStart, rangeEnd) = GetAvailableConsecutivePortPair(); 1097var (allocatedPort, _) = GetAvailableConsecutivePortPair(); 1140var (fixedPort, allocatedPort) = GetAvailableConsecutivePortPair(); 1178var (allocatedPort, _) = GetAvailableConsecutivePortPair(); 1215var (allocatedPort, _) = GetAvailableConsecutivePortPair(); 1254var (allocatedPort, _) = GetAvailableConsecutivePortPair(); 1298var (allocatedPort, _) = GetAvailableConsecutivePortPair(); 1335var (allocatedPort, _) = GetAvailableConsecutivePortPair(); 1373var (persistedPort, allocatedPort) = GetAvailableConsecutivePortPair();