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