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