2 writes to ServeEndpoint
Aspire.Hosting.JavaScript (2)
DenoHostingExtensions.cs (2)
397
annotation.
ServeEndpoint
= null;
444
annotation.
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)
380
if (annotation.
ServeEndpoint
is { } endpoint)
417
if (annotation.
ServeEndpoint
is not null)