3 references to Run
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
225return Run(false, false, out shutdownException); 237return Run(enableReuse, false, out shutdownException);
MSBuild (1)
XMake.cs (1)
3371shutdownReason = node.Run(nodeReuse, lowpriority, out nodeException);