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