Implemented interface member:
method
AllocatePort
Aspire.Hosting.ApplicationModel.IPortAllocator.AllocatePort()
4 references to AllocatePort
Aspire.Hosting.Tests (4)
PortAllocatorTest.cs (4)
13var port1 = allocator.AllocatePort(); 15var port2 = allocator.AllocatePort(); 28var port1 = allocator.AllocatePort(); 30var port2 = allocator.AllocatePort();