10 references to IncludeSearchPaths
Microsoft.DotNet.Build.Tasks.Installers (10)
src\CreateWixBuildWixpack.cs (10)
159
if (
IncludeSearchPaths
== null ||
IncludeSearchPaths
.Length == 0)
164
for (int i = 0; i <
IncludeSearchPaths
.Length; i++)
167
var fullSourceDir = GetAbsoluteSourcePath(
IncludeSearchPaths
[i]);
176
IncludeSearchPaths
[i] = randomDirName;
349
if (
IncludeSearchPaths
!= null &&
IncludeSearchPaths
.Length > 0)
351
foreach (var includePath in
IncludeSearchPaths
)
639
if (
IncludeSearchPaths
!= null)
641
foreach (var searchPath in
IncludeSearchPaths
)