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