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