2 references to EqualsIgnoreVersion
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\InstalledAssemblies.cs (1)
111
if (mostRecentAssemblyNameCandidate.
EqualsIgnoreVersion
(assemblyName))
RedistList.cs (1)
405
bool matchNotConsideringVersion = firstAssembly.
EqualsIgnoreVersion
(secondAssembly);