Implemented interface member:
property
ComponentsLocation
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ComponentsLocation
2 writes to ComponentsLocation
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (1)
434
settings.
ComponentsLocation
= componentsLocation;
GenerateBootstrapper.cs (1)
85
ComponentsLocation
= ConvertStringToComponentsLocation(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)