3 implementations of ShutdownConnectedNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
170
public void
ShutdownConnectedNodes
(bool enableReuse)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
146
public void
ShutdownConnectedNodes
(bool enableReuse)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
218
public void
ShutdownConnectedNodes
(bool enableReuse)
3 references to ShutdownConnectedNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeManager.cs (2)
142
_inProcNodeProvider?.
ShutdownConnectedNodes
(enableReuse);
143
_outOfProcNodeProvider?.
ShutdownConnectedNodes
(enableReuse);
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
68
_outOfProcTaskHostNodeProvider?.
ShutdownConnectedNodes
(enableReuse);