7 references to StartAsync
aspire (2)
DotNet\ProcessExecution.cs (1)
119await process.StartAsync(cancellationToken).ConfigureAwait(false);
Processes\IsolatedProcess.cs (1)
299await process.StartAsync(cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (5)
Processes\IsolatedProcessTests.cs (5)
32await child.StartAsync(CancellationToken.None); 61await child.StartAsync(CancellationToken.None); 101await child.StartAsync(CancellationToken.None); 144await child.StartAsync(CancellationToken.None); 179await Assert.ThrowsAsync<ObjectDisposedException>(() => child.StartAsync(CancellationToken.None));