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