6 references to EndpointName
Aspire.Hosting (4)
Dcp\DcpResourceWatcher.cs (1)
887
service.
EndpointName
is not { } endpointName)
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)
8980
&& x.
EndpointName
== endpointName
9102
&& s.
EndpointName
== "http"