10 references to IncludeSearchPaths
Microsoft.DotNet.Build.Tasks.Installers (10)
src\CreateWixBuildWixpack.cs (10)
175if (IncludeSearchPaths == null || IncludeSearchPaths.Length == 0) 180for (int i = 0; i < IncludeSearchPaths.Length; i++) 183var fullSourceDir = GetAbsoluteSourcePath(IncludeSearchPaths[i]); 193IncludeSearchPaths[i] = randomDirName; 382if (IncludeSearchPaths != null && IncludeSearchPaths.Length > 0) 384foreach (var includePath in IncludeSearchPaths) 687if (IncludeSearchPaths != null) 689foreach (var searchPath in IncludeSearchPaths)