4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
296
_nodeExeLocation
= other._nodeExeLocation;
565
set =>
_nodeExeLocation
= value;
938
translator.Translate(ref
_nodeExeLocation
);
1031
_nodeExeLocation
= FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
296
_nodeExeLocation = other.
_nodeExeLocation
;
564
get =>
_nodeExeLocation
;
1052
string location =
_nodeExeLocation
;