4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
305
_nodeExeLocation
= other._nodeExeLocation;
584
set =>
_nodeExeLocation
= value;
988
translator.Translate(ref
_nodeExeLocation
);
1050
_nodeExeLocation
= FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
305
_nodeExeLocation = other.
_nodeExeLocation
;
583
get =>
_nodeExeLocation
;
1071
string location =
_nodeExeLocation
;