1 instantiation of NetworkEndpointSnapshotList
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
239
public NetworkEndpointSnapshotList AllAllocatedEndpoints { get; } =
new
();
2 references to NetworkEndpointSnapshotList
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (1)
239
public
NetworkEndpointSnapshotList
AllAllocatedEndpoints { get; } = new();
ApplicationModel\EndpointReference.cs (1)
308
var
endpointSnapshots = Endpoint.EndpointAnnotation.AllAllocatedEndpoints;