Implemented interface member:
7 references to DisposeAsync
aspire (4)
DotNet\ProcessExecution.cs (2)
137await process.DisposeAsync().ConfigureAwait(false); 546await process.DisposeAsync().ConfigureAwait(false);
Processes\IsolatedProcess.cs (2)
357await DisposeAsync().ConfigureAwait(false); 438_disposeAsync = DisposeAsync;
Aspire.Cli.Tests (3)
Processes\IsolatedProcessTests.cs (3)
151await child.DisposeAsync().AsTask().WaitAsync(TimeSpan.FromSeconds(1)); 157await child.DisposeAsync(); 177await child.DisposeAsync();