3 implementations of ShutdownConnectedNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
174public void ShutdownConnectedNodes(bool enableReuse)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
143public void ShutdownConnectedNodes(bool enableReuse)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
195public void ShutdownConnectedNodes(bool enableReuse)
3 references to ShutdownConnectedNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeManager.cs (2)
148_inProcNodeProvider?.ShutdownConnectedNodes(enableReuse); 149_outOfProcNodeProvider?.ShutdownConnectedNodes(enableReuse);
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
69_outOfProcTaskHostNodeProvider?.ShutdownConnectedNodes(enableReuse);