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