1 instantiation of NetworkEndpointSnapshotList
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
249public NetworkEndpointSnapshotList AllAllocatedEndpoints { get; } = new();
3 references to NetworkEndpointSnapshotList
Aspire.Hosting (2)
ApplicationModel\EndpointAnnotation.cs (1)
249public NetworkEndpointSnapshotList AllAllocatedEndpoints { get; } = new();
ApplicationModel\EndpointReference.cs (1)
312var endpointSnapshots = Endpoint.EndpointAnnotation.AllAllocatedEndpoints;
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
2262var allocatedEndpoints = endpoint.AllAllocatedEndpoints;