3 implementations of Shutdown
dotnet (3)
BuildServer\MSBuildServer.cs (1)
16
public void
Shutdown
()
BuildServer\RazorServer.cs (1)
25
public void
Shutdown
()
BuildServer\VBCSCompilerServer.cs (1)
31
public void
Shutdown
()
1 reference to Shutdown
dotnet (1)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
89
tasks.Add((server, Task.Run(() => server.
Shutdown
())));