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