1 write to _isAllocated
Aspire.Hosting (1)
ApplicationModel\EndpointReference.cs (1)
46
public bool IsAllocated =>
_isAllocated
??= GetAllocatedEndpoint() is not null;