3 references to GetMSBuildExecutablePathForNonNETRuntimes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
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)
734
taskHostLocation = NodeProviderOutOfProcTaskHost.
GetMSBuildExecutablePathForNonNETRuntimes
(requiredContext);