4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
299
_nodeExeLocation
= other._nodeExeLocation;
593
set =>
_nodeExeLocation
= value;
978
translator.Translate(ref
_nodeExeLocation
);
1039
_nodeExeLocation
= FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
299
_nodeExeLocation = other.
_nodeExeLocation
;
592
get =>
_nodeExeLocation
;
1060
string location =
_nodeExeLocation
;