Implemented interface member:
property
ComponentsLocation
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ComponentsLocation
1 write to ComponentsLocation
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BootstrapperBuilder.cs (1)
436settings.ComponentsLocation = componentsLocation;
4 references to ComponentsLocation
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (4)
195if (settings.ComponentsLocation == ComponentsLocation.HomeSite) 1466if (settings.ComponentsLocation == ComponentsLocation.Relative || !VerifyHomeSiteInformation(packageFileNode, builder, settings, _results)) 2077if (settings.ComponentsLocation != ComponentsLocation.HomeSite) 2153else if (settings.ComponentsLocation == ComponentsLocation.HomeSite)