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