7 references to BindPaths
Microsoft.DotNet.Build.Tasks.Installers (7)
src\CreateWixBuildWixpack.cs (7)
387if (BindPaths != null && BindPaths.Length > 0) 389foreach (var bindPath in BindPaths) 1040for (int i = 0; i < BindPaths?.Length; i++) 1043string bindName = BindPaths[i].GetMetadata("BindName"); 1047string bindPath = BindPaths[i].ItemSpec; 1062BindPaths[i].ItemSpec = wixpackSubfolder;