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