10 references to IncludeSearchPaths
Microsoft.DotNet.Build.Tasks.Installers (10)
src\CreateWixBuildWixpack.cs (10)
161
if (
IncludeSearchPaths
== null ||
IncludeSearchPaths
.Length == 0)
166
for (int i = 0; i <
IncludeSearchPaths
.Length; i++)
169
var fullSourceDir = GetAbsoluteSourcePath(
IncludeSearchPaths
[i]);
178
IncludeSearchPaths
[i] = randomDirName;
360
if (
IncludeSearchPaths
!= null &&
IncludeSearchPaths
.Length > 0)
362
foreach (var includePath in
IncludeSearchPaths
)
654
if (
IncludeSearchPaths
!= null)
656
foreach (var searchPath in
IncludeSearchPaths
)