3 writes to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
316_projectLoadSettings = other._projectLoadSettings; 775set => _projectLoadSettings = value; 937translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);
3 references to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
316_projectLoadSettings = other._projectLoadSettings; 774get => _projectLoadSettings; 937translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);