7 references to BindPaths
Microsoft.DotNet.Build.Tasks.Installers (7)
src\CreateWixBuildWixpack.cs (7)
409if (BindPaths != null && BindPaths.Length > 0) 411foreach (var bindPath in BindPaths) 1075for (int i = 0; i < BindPaths?.Length; i++) 1078string bindName = BindPaths[i].GetMetadata("BindName"); 1082string bindPath = BindPaths[i].ItemSpec; 1098BindPaths[i].ItemSpec = wixpackSubfolder;