Implemented interface member:
3 references to DisposeAsync
aspire (2)
Profiling\ProfileCaptureService.cs (1)
141
await session.
DisposeAsync
().ConfigureAwait(false);
Program.cs (1)
1267
await profileCaptureSession.
DisposeAsync
().ConfigureAwait(false);
Aspire.Cli.Tests (1)
ProfileCaptureServiceTests.cs (1)
300
var disposeTask = session.
DisposeAsync
().AsTask();