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