3 instantiations of PortAllocator
Aspire.Hosting (1)
Publishing\ManifestPublishingContext.cs (1)
37
private PortAllocator PortAllocator { get; } =
new
();
Aspire.Hosting.Tests (2)
PortAllocatorTest.cs (2)
14
var allocator = new
PortAllocator
(1000);
26
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)
14
var
allocator = new PortAllocator(1000);
26
var
allocator = new PortAllocator(1000);