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