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