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