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