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