4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
306_nodeExeLocation = other._nodeExeLocation; 601set => _nodeExeLocation = value; 996translator.Translate(ref _nodeExeLocation); 1058_nodeExeLocation = FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
306_nodeExeLocation = other._nodeExeLocation; 600get => _nodeExeLocation; 1079string location = _nodeExeLocation;