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