3 implementations of ShutdownAllNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
186public void ShutdownAllNodes()
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
154public void ShutdownAllNodes()
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
213public void ShutdownAllNodes()
2 references to ShutdownAllNodes
Microsoft.Build (2)
BackEnd\Components\Communications\NodeManager.cs (1)
158_outOfProcNodeProvider?.ShutdownAllNodes();
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
77_outOfProcTaskHostNodeProvider?.ShutdownAllNodes();