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