Implemented interface member:
method
Shutdown
Microsoft.DotNet.Cli.BuildServer.IBuildServer.Shutdown()
3 references to Shutdown
dotnet.Tests (3)
BuildServerTests\RazorServerTests.cs (3)
49
Action a = () => server.
Shutdown
();
88
server.
Shutdown
();
122
Action a = () => server.
Shutdown
();