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