5 references to EndpointName
Aspire.Hosting (3)
Dcp\ResourceSnapshotBuilder.cs (3)
303
.Where(s => !string.IsNullOrEmpty(s.
EndpointName
))
304
.Select(s => (s.
EndpointName
!, s.Metadata.Name)));
350
.FirstOrDefault(s => string.Equals(endpointName, s.
EndpointName
, StringComparisons.EndpointAnnotationName));
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
8873
&& x.
EndpointName
== endpointName
8995
&& s.
EndpointName
== "http"