1 write to NodeExeLocation
MSBuild (1)
XMake.cs (1)
1476
parameters.
NodeExeLocation
= BuildEnvironmentHelper.Instance.CurrentMSBuildExePath;
2 references to NodeExeLocation
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
111
throw new BuildAbortedException(ResourceUtilities.FormatResourceStringStripCodeAndKeyword("CouldNotConnectToMSBuildExe", ComponentHost.BuildParameters.
NodeExeLocation
));
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
204
msbuildLocation = _componentHost.BuildParameters.
NodeExeLocation
;