1 instantiation of GoDelveServerAnnotation
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
718
new
GoDelveServerAnnotation
(
3 references to GoDelveServerAnnotation
Aspire.Hosting.Go (3)
GoHostingExtensions.cs (3)
98
if (!ctx.Resource.TryGetLastAnnotation<
GoDelveServerAnnotation
>(out
var
delveAnnotation))
763
if (ctx.Resource.HasAnnotationOfType<
GoDelveServerAnnotation
>())