4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
299
_nodeExeLocation
= other._nodeExeLocation;
577
set =>
_nodeExeLocation
= value;
964
translator.Translate(ref
_nodeExeLocation
);
1059
_nodeExeLocation
= FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
299
_nodeExeLocation = other.
_nodeExeLocation
;
576
get =>
_nodeExeLocation
;
1080
string location =
_nodeExeLocation
;