4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
293
_nodeExeLocation
= other._nodeExeLocation;
553
set =>
_nodeExeLocation
= value;
925
translator.Translate(ref
_nodeExeLocation
);
1018
_nodeExeLocation
= FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
293
_nodeExeLocation = other.
_nodeExeLocation
;
552
get =>
_nodeExeLocation
;
1039
string location =
_nodeExeLocation
;