3 writes to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
327_projectLoadSettings = other._projectLoadSettings; 830set => _projectLoadSettings = value; 1006translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);
3 references to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
327_projectLoadSettings = other._projectLoadSettings; 829get => _projectLoadSettings; 1006translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);