8 references to ComponentsLocation
Microsoft.Build.Tasks.Core (8)
BootstrapperUtil\BootstrapperBuilder.cs (5)
195if (settings.ComponentsLocation == ComponentsLocation.HomeSite) 422public string[] GetOutputFolders(string[] productCodes, string culture, string fallbackCulture, ComponentsLocation componentsLocation) 1466if (settings.ComponentsLocation == ComponentsLocation.Relative || !VerifyHomeSiteInformation(packageFileNode, builder, settings, _results)) 2077if (settings.ComponentsLocation != ComponentsLocation.HomeSite) 2153else if (settings.ComponentsLocation == ComponentsLocation.HomeSite)
BootstrapperUtil\BuildSettings.cs (2)
46public ComponentsLocation ComponentsLocation { get; set; } = ComponentsLocation.HomeSite;
BootstrapperUtil\Interfaces.cs (1)
112ComponentsLocation ComponentsLocation { get; set; }