4 references to RunAsync
dotnet-watch (2)
Watch\DotNetWatcher.cs (1)
95var processTask = context.ProcessRunner.RunAsync(processSpec, context.Logger, launchResult: null, combinedCancellationSource.Token);
Watch\MsBuildFileSetFactory.cs (1)
69var exitCode = await processRunner.RunAsync(processSpec, Logger, launchResult: null, cancellationToken);
Microsoft.DotNet.HotReload.Watch (2)
HotReload\CompilationHandler.cs (1)
143var runningProcess = _processRunner.RunAsync(processSpec, clients.ClientLogger, launchResult, processTerminationSource.Token);
HotReload\HotReloadDotNetWatcher.cs (1)
885var success = await _context.ProcessRunner.RunAsync(processSpec, _context.Logger, launchResult: null, cancellationToken) == 0;