3 writes to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
317_projectLoadSettings = other._projectLoadSettings; 785set => _projectLoadSettings = value; 948translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);
3 references to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
317_projectLoadSettings = other._projectLoadSettings; 784get => _projectLoadSettings; 948translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);