3 implementations of ShutdownAllNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
186
public void
ShutdownAllNodes
()
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
154
public void
ShutdownAllNodes
()
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
213
public 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
();