1 implementation of AllocatePort
Aspire.Hosting (1)
ApplicationModel\PortAllocator.cs (1)
19
public int
AllocatePort
()
2 references to AllocatePort
Aspire.Hosting (2)
ApplicationModel\ResourceExtensions.cs (2)
806
_ => ResolvedPort.Allocated(portAllocator.
AllocatePort
())
829
_ => ResolvedPort.Allocated(portAllocator.
AllocatePort
())