3 writes to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
320_projectLoadSettings = other._projectLoadSettings; 822set => _projectLoadSettings = value; 988translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);
3 references to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
320_projectLoadSettings = other._projectLoadSettings; 821get => _projectLoadSettings; 988translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);