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