4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
295_nodeExeLocation = other._nodeExeLocation; 555set => _nodeExeLocation = value; 927translator.Translate(ref _nodeExeLocation); 1020_nodeExeLocation = FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
295_nodeExeLocation = other._nodeExeLocation; 554get => _nodeExeLocation; 1041string location = _nodeExeLocation;