5 references to FullFrameworkAssemblyTables
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\ResolveAssemblyReference.cs (5)
1775foreach (ITaskItem profileTable in FullFrameworkAssemblyTables) 2399bool targetingProfile = !String.IsNullOrEmpty(ProfileName) && ((_fullFrameworkFolders.Length > 0) || (FullFrameworkAssemblyTables.Length > 0)); 2960foreach (ITaskItem item in FullFrameworkAssemblyTables) 2970fullRedistAssemblyTableInfo = GetInstalledAssemblyTableInfo(false, FullFrameworkAssemblyTables, new GetListPath(RedistList.GetRedistListPathsFromDisk), _fullFrameworkFolders.ToStringArray()); 3060bool fullFrameworkTableLocationsIsSet = FullFrameworkAssemblyTables.Length > 0;