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();
429
_ =>
PortAllocator
.AllocatePort()
456
_ =>
PortAllocator
.AllocatePort()
461
PortAllocator
.AddUsedPort(ep);
467
PortAllocator
.AddUsedPort(tp);