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