8 references to IncludeSearchPaths
Microsoft.DotNet.Build.Tasks.Installers (8)
src\CreateWixBuildWixpack.cs (8)
135if (IncludeSearchPaths == null || IncludeSearchPaths.Length == 0) 140for (int i = 0; i < IncludeSearchPaths.Length; i++) 143var fullSourceDir = GetAbsoluteSourcePath(IncludeSearchPaths[i]); 152IncludeSearchPaths[i] = randomDirName; 260if (IncludeSearchPaths != null && IncludeSearchPaths.Length > 0) 262foreach (var includePath in IncludeSearchPaths)