10 references to IncludeSearchPaths
Microsoft.DotNet.Build.Tasks.Installers (10)
src\CreateWixBuildWixpack.cs (10)
163
if (
IncludeSearchPaths
== null ||
IncludeSearchPaths
.Length == 0)
168
for (int i = 0; i <
IncludeSearchPaths
.Length; i++)
171
var fullSourceDir = GetAbsoluteSourcePath(
IncludeSearchPaths
[i]);
180
IncludeSearchPaths
[i] = randomDirName;
362
if (
IncludeSearchPaths
!= null &&
IncludeSearchPaths
.Length > 0)
364
foreach (var includePath in
IncludeSearchPaths
)
662
if (
IncludeSearchPaths
!= null)
664
foreach (var searchPath in
IncludeSearchPaths
)