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