4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
286
_nodeExeLocation
= other._nodeExeLocation;
541
set =>
_nodeExeLocation
= value;
902
translator.Translate(ref
_nodeExeLocation
);
994
_nodeExeLocation
= FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
286
_nodeExeLocation = other.
_nodeExeLocation
;
540
get =>
_nodeExeLocation
;
1015
string location =
_nodeExeLocation
;