12 references to FrameworkAssemblyEntryInRedist
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\InstalledAssemblies.cs (1)
131return _redistList.FrameworkAssemblyEntryInRedist(assemblyName);
AssemblyDependency\ReferenceTable.cs (1)
2012if (redistListOtherFramework?.Item1 != null && redistListOtherFramework.Item1.FrameworkAssemblyEntryInRedist(assemblyName))
Microsoft.Build.Tasks.UnitTests (10)
AssemblyDependency\Miscellaneous.cs (10)
7934bool inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 7962bool inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 7990bool inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 7994inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 7998inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 8002inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 8030bool inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 8059bool inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 8088bool inRedistList = redist.FrameworkAssemblyEntryInRedist(a1); 8117bool inRedistList = redist.FrameworkAssemblyEntryInRedist(a1);