4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
298_nodeExeLocation = other._nodeExeLocation; 572set => _nodeExeLocation = value; 959translator.Translate(ref _nodeExeLocation); 1053_nodeExeLocation = FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
298_nodeExeLocation = other._nodeExeLocation; 571get => _nodeExeLocation; 1074string location = _nodeExeLocation;