3 writes to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
314_projectLoadSettings = other._projectLoadSettings; 773set => _projectLoadSettings = value; 935translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);
3 references to _projectLoadSettings
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
314_projectLoadSettings = other._projectLoadSettings; 772get => _projectLoadSettings; 935translator.TranslateEnum(ref _projectLoadSettings, (int)_projectLoadSettings);