3 instantiations of PortAllocator
Aspire.Hosting (1)
Publishing\ManifestPublishingContext.cs (1)
37private PortAllocator PortAllocator { get; } = new();
Aspire.Hosting.Tests (2)
PortAllocatorTest.cs (2)
14var allocator = new PortAllocator(1000); 26var allocator = new PortAllocator(1000);
3 references to PortAllocator
Aspire.Hosting (1)
Publishing\ManifestPublishingContext.cs (1)
37private PortAllocator PortAllocator { get; } = new();
Aspire.Hosting.Tests (2)
PortAllocatorTest.cs (2)
14var allocator = new PortAllocator(1000); 26var allocator = new PortAllocator(1000);