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