4 references to GetMSBuildExecutablePathForNonNETRuntimes
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
762string msbuildLocation = GetMSBuildExecutablePathForNonNETRuntimes(hostContext); 769return new NodeLaunchData(GetMSBuildExecutablePathForNonNETRuntimes(hostContext), BuildCommandLineArgs(IsNodeReuseEnabled(hostContext)), new Handshake(hostContext));
Evaluation\IntrinsicFunctions.cs (1)
509string taskHostLocation = NodeProviderOutOfProcTaskHost.GetMSBuildExecutablePathForNonNETRuntimes(desiredContext);
Instance\TaskFactories\TaskHostTask.cs (1)
828taskHostLocation = NodeProviderOutOfProcTaskHost.GetMSBuildExecutablePathForNonNETRuntimes(requiredContext);