2 references to RunAsync
dotnet-svcutil-lib (2)
Shared\Utilities\AsyncHelper.cs (1)
18await RunAsync(action, null, cancellationToken).ConfigureAwait(false);
Shared\Utilities\ProcessRunner.cs (1)
128await AsyncHelper.RunAsync(() => proc.WaitForExit(), () => { try { proc.Kill(); } catch { } }, cancellationToken).ConfigureAwait(false);