30 references to GetRedistList
Microsoft.Build.Tasks.Core (7)
AssemblyDependency\ReferenceTable.cs (1)
2078redistList = RedistList.GetRedistList(assemblyTableInfos.ToArray());
AssemblyDependency\ResolveAssemblyReference.cs (2)
2262redistList = RedistList.GetRedistList(installedAssemblyTableInfo); 2829fullFrameworkRedistList = RedistList.GetRedistList(fullRedistAssemblyTableInfo);
RedistList.cs (3)
231return GetRedistList(assemblyTableInfos); 267return GetRedistList(assemblyTableInfos); 284return GetRedistList(assemblyTableInfos);
SystemState.cs (1)
252redistList = RedistList.GetRedistList(installedAssemblyTableInfos);
Microsoft.Build.Tasks.UnitTests (23)
AssemblyDependency\Miscellaneous.cs (23)
5316RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { assemblyTableInfo }); 5532RedistList redistList = RedistList.GetRedistList(Array.Empty<AssemblyTableInfo>()); 5550RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5574RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5615RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5660RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5713RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5758RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5793RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5879RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5912RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5956RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 5996RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 6028RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 6069RedistList redistList = RedistList.GetRedistList(new AssemblyTableInfo[] { redistListInfo }); 7891RedistList redist = RedistList.GetRedistList(new AssemblyTableInfo[] { tableInfo }); 7931RedistList redist = RedistList.GetRedistList(new AssemblyTableInfo[] { tableInfo }); 7959RedistList redist = RedistList.GetRedistList(new AssemblyTableInfo[] { tableInfo }); 7987RedistList redist = RedistList.GetRedistList(new AssemblyTableInfo[] { tableInfo }); 8027RedistList redist = RedistList.GetRedistList(new AssemblyTableInfo[] { tableInfo }); 8056RedistList redist = RedistList.GetRedistList(new AssemblyTableInfo[] { tableInfo }); 8085RedistList redist = RedistList.GetRedistList(new AssemblyTableInfo[] { tableInfo }); 8114RedistList redist = RedistList.GetRedistList(new AssemblyTableInfo[] { tableInfo });