Implemented interface member:
method
AllocatePort
Aspire.Hosting.ApplicationModel.IPortAllocator.AllocatePort()
4 references to AllocatePort
Aspire.Hosting.Tests (4)
PortAllocatorTest.cs (4)
12var port1 = allocator.AllocatePort(); 14var port2 = allocator.AllocatePort(); 27var port1 = allocator.AllocatePort(); 29var port2 = allocator.AllocatePort();