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