4 writes to _nodeExeLocation
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
293_nodeExeLocation = other._nodeExeLocation; 553set => _nodeExeLocation = value; 925translator.Translate(ref _nodeExeLocation); 1018_nodeExeLocation = FindMSBuildExe();
3 references to _nodeExeLocation
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
293_nodeExeLocation = other._nodeExeLocation; 552get => _nodeExeLocation; 1039string location = _nodeExeLocation;