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