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)
436
settings.
ComponentsLocation
= componentsLocation;
4 references to ComponentsLocation
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (4)
195
if (settings.
ComponentsLocation
== ComponentsLocation.HomeSite)
1466
if (settings.
ComponentsLocation
== ComponentsLocation.Relative || !VerifyHomeSiteInformation(packageFileNode, builder, settings, _results))
2077
if (settings.
ComponentsLocation
!= ComponentsLocation.HomeSite)
2153
else if (settings.
ComponentsLocation
== ComponentsLocation.HomeSite)