Implemented interface member:
3 references to DisposeAsync
aspire (1)
Projects\AppHostServerSession.cs (1)
22
/// <c>stopRequested</c> token passed to the constructor, or by calling <see cref="
DisposeAsync
"/>.
Aspire.Cli.Tests (2)
Projects\AppHostServerSessionTests.cs (2)
369
await session.
DisposeAsync
().AsTask().WaitAsync(TimeSpan.FromSeconds(30));
442
await session.
DisposeAsync
();