3 references to EndpointName
Aspire.Hosting (3)
Dcp\ResourceSnapshotBuilder.cs (3)
252
.Where(s => !string.IsNullOrEmpty(s.
EndpointName
))
253
.Select(s => (s.
EndpointName
!, s.Metadata.Name)));
297
.FirstOrDefault(s => string.Equals(endpointName, s.
EndpointName
, StringComparisons.EndpointAnnotationName));