2 references to RunShutdownAsync
VBCSCompiler (1)
BuildServerController.cs (1)
155
RunShutdownAsync
(pipeName, waitForProcess: true, timeoutOverride, cancellationToken).GetAwaiter().GetResult();
VBCSCompiler.UnitTests (1)
VBCSCompilerServerTests.cs (1)
60
return new BuildServerController(appSettings, Logger).
RunShutdownAsync
(pipeName, waitForProcess, Timeout.Infinite, cancellationToken);