3 references to EndpointAnnotationName
Aspire.Hosting.DevTunnels (3)
DevTunnelResourceBuilderExtensions.cs (3)
535
if (urls.FirstOrDefault(u => string.Equals(u.Endpoint?.EndpointName, DevTunnelPortResource.TunnelEndpointName, StringComparisons.
EndpointAnnotationName
)
543
if (urls.FirstOrDefault(u => string.Equals(u.Endpoint?.EndpointName, DevTunnelPortResource.TunnelEndpointName, StringComparisons.
EndpointAnnotationName
)
636
: string.Equals(u.Name, DevTunnelPortResource.TunnelEndpointName, StringComparisons.
EndpointAnnotationName
)