2 writes to ServeEndpoint
Aspire.Hosting.JavaScript (2)
DenoHostingExtensions.cs (2)
397annotation.ServeEndpoint = null; 444annotation.ServeEndpoint = serveEndpoint;
3 references to ServeEndpoint
Aspire.Hosting.JavaScript (3)
DenoCommandLineAnnotation.cs (1)
139/// <summary>Whether <see cref="ServeEndpoint"/> was created by <c>WithDenoServe</c>.</summary>
DenoHostingExtensions.cs (2)
380if (annotation.ServeEndpoint is { } endpoint) 417if (annotation.ServeEndpoint is not null)