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