5 references to FullFrameworkAssemblyTables
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\ResolveAssemblyReference.cs (5)
1594
foreach (ITaskItem profileTable in
FullFrameworkAssemblyTables
)
2218
bool targetingProfile = !String.IsNullOrEmpty(ProfileName) && ((FullFrameworkFolders.Length > 0) || (
FullFrameworkAssemblyTables
.Length > 0));
2760
foreach (ITaskItem item in
FullFrameworkAssemblyTables
)
2770
fullRedistAssemblyTableInfo = GetInstalledAssemblyTableInfo(false,
FullFrameworkAssemblyTables
, new GetListPath(RedistList.GetRedistListPathsFromDisk), FullFrameworkFolders);
2860
bool fullFrameworkTableLocationsIsSet =
FullFrameworkAssemblyTables
.Length > 0;