1 instantiation of NetworkEndpointSnapshotList
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
390public NetworkEndpointSnapshotList AllAllocatedEndpoints { get; } = new();
2 references to NetworkEndpointSnapshotList
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
390public NetworkEndpointSnapshotList AllAllocatedEndpoints { get; } = new();
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
8915var allocatedEndpoints = endpoint.AllAllocatedEndpoints;