4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
298
_nodeExeLocation
= other._nodeExeLocation;
572
set =>
_nodeExeLocation
= value;
959
translator.Translate(ref
_nodeExeLocation
);
1053
_nodeExeLocation
= FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
298
_nodeExeLocation = other.
_nodeExeLocation
;
571
get =>
_nodeExeLocation
;
1074
string location =
_nodeExeLocation
;