2 references to RunAsync
dotnet (2)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
148
int exitCode = await application.
RunAsync
(ctrlC);
Commands\Test\MTP\TestApplicationActionQueue.cs (1)
108
result = await testApp.
RunAsync
(ctrlC);