1 instantiation of PortAllocator
Aspire.Hosting (1)
Publishing\ManifestPublishingContext.cs (1)
35
private PortAllocator PortAllocator { get; } =
new
();
5 references to PortAllocator
Aspire.Hosting (5)
Publishing\ManifestPublishingContext.cs (5)
35
private
PortAllocator
PortAllocator { get; } = new();
426
_ =>
PortAllocator
.AllocatePort()
453
_ =>
PortAllocator
.AllocatePort()
458
PortAllocator
.AddUsedPort(ep);
464
PortAllocator
.AddUsedPort(tp);