1 instantiation of PortAllocator
Aspire.Hosting (1)
Publishing\ManifestPublishingContext.cs (1)
37
private PortAllocator PortAllocator { get; } =
new
();
5 references to PortAllocator
Aspire.Hosting (5)
Publishing\ManifestPublishingContext.cs (5)
37
private
PortAllocator
PortAllocator { get; } = new();
428
_ =>
PortAllocator
.AllocatePort()
455
_ =>
PortAllocator
.AllocatePort()
460
PortAllocator
.AddUsedPort(ep);
466
PortAllocator
.AddUsedPort(tp);