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)
434
settings.
ComponentsLocation
= componentsLocation;
4 references to ComponentsLocation
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (4)
193
if (settings.
ComponentsLocation
== ComponentsLocation.HomeSite)
1464
if (settings.
ComponentsLocation
== ComponentsLocation.Relative || !VerifyHomeSiteInformation(packageFileNode, builder, settings, _results))
2068
if (settings.
ComponentsLocation
!= ComponentsLocation.HomeSite)
2144
else if (settings.
ComponentsLocation
== ComponentsLocation.HomeSite)