3 implementations of ShutdownAllNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
182
public void
ShutdownAllNodes
()
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
157
public void
ShutdownAllNodes
()
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
231
public void
ShutdownAllNodes
()
2 references to ShutdownAllNodes
Microsoft.Build (2)
BackEnd\Components\Communications\NodeManager.cs (1)
152
_outOfProcNodeProvider?.
ShutdownAllNodes
();
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
76
_outOfProcTaskHostNodeProvider?.
ShutdownAllNodes
();