3 references to Comparer
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\GlobalAssemblyCache.cs (1)
125
SortedDictionary<Version, SortedDictionary<AssemblyNameExtension, string>> assembliesWithValidRuntimes = new SortedDictionary<Version, SortedDictionary<AssemblyNameExtension, string>>(ReverseVersionGenericComparer.
Comparer
);
AssemblyFoldersEx.cs (1)
365
SortedDictionary<Version, List<string>> targetFrameworkVersionToRegistryVersions = new SortedDictionary<Version, List<string>>(ReverseVersionGenericComparer.
Comparer
);
VersionUtilities.cs (1)
33
SortedDictionary<Version, List<string>> versionValues = new SortedDictionary<Version, List<string>>(ReverseVersionGenericComparer.
Comparer
);