3 implementations of ShutdownConnectedNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
174
public void
ShutdownConnectedNodes
(bool enableReuse)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
143
public void
ShutdownConnectedNodes
(bool enableReuse)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
195
public 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);