3 writes to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
307_projectLoadSettings = other._projectLoadSettings; 761set => _projectLoadSettings = value; 912translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);
3 references to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
307_projectLoadSettings = other._projectLoadSettings; 760get => _projectLoadSettings; 912translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);