4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
295
_nodeExeLocation
= other._nodeExeLocation;
555
set =>
_nodeExeLocation
= value;
927
translator.Translate(ref
_nodeExeLocation
);
1020
_nodeExeLocation
= FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
295
_nodeExeLocation = other.
_nodeExeLocation
;
554
get =>
_nodeExeLocation
;
1041
string location =
_nodeExeLocation
;