Implemented interface member:
method
AddUsedPort
Aspire.Hosting.ApplicationModel.IPortAllocator.AddUsedPort(System.Int32)
5 references to AddUsedPort
Aspire.Hosting.Tests (5)
PortAllocatorTest.cs (5)
14allocator.AddUsedPort(port1); 25allocator.AddUsedPort(1000); 26allocator.AddUsedPort(1001); 27allocator.AddUsedPort(1003); 29allocator.AddUsedPort(port1);