4 writes to FullFrameworkAssemblyTables
Microsoft.Build.Tasks.UnitTests (4)
AssemblyDependency\Miscellaneous.cs (4)
6942
rar.
FullFrameworkAssemblyTables
= null;
7007
rar.
FullFrameworkAssemblyTables
= new ITaskItem[] { item };
8297
t.
FullFrameworkAssemblyTables
= new ITaskItem[] { item };
8405
t.
FullFrameworkAssemblyTables
= new ITaskItem[] { item };
5 references to FullFrameworkAssemblyTables
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\ResolveAssemblyReference.cs (5)
1647
foreach (ITaskItem profileTable in
FullFrameworkAssemblyTables
)
2271
bool targetingProfile = !String.IsNullOrEmpty(ProfileName) && ((FullFrameworkFolders.Length > 0) || (
FullFrameworkAssemblyTables
.Length > 0));
2815
foreach (ITaskItem item in
FullFrameworkAssemblyTables
)
2825
fullRedistAssemblyTableInfo = GetInstalledAssemblyTableInfo(false,
FullFrameworkAssemblyTables
, new GetListPath(RedistList.GetRedistListPathsFromDisk), FullFrameworkFolders);
2915
bool fullFrameworkTableLocationsIsSet =
FullFrameworkAssemblyTables
.Length > 0;