2 references to WriteEndedAsync
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
651await stream.WriteEndedAsync(ct).ConfigureAwait(false);
Aspire.Hosting.Tests (1)
Dashboard\GrpcTerminalStreamTests.cs (1)
22await stream.WriteEndedAsync(CancellationToken.None);