2 references to RunShutdownAsync
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
152
RunShutdownAsync
(pipeName, waitForProcess: true, timeoutOverride, cancellationToken).GetAwaiter().GetResult();
VBCSCompiler.UnitTests (1)
VBCSCompilerServerTests.cs (1)
58
return new BuildServerController(Logger).
RunShutdownAsync
(pipeName, waitForProcess, Timeout.Infinite, cancellationToken);