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