3 references to Comparer
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
727entries = new HashSet<OneWayCompatibilityMappingEntry>(OneWayCompatibilityMappingEntry.Comparer);
Nuget.Frameworks\OneWayCompatibilityMappingEntry.cs (2)
49return Comparer.Equals(this, other); 59return Comparer.GetHashCode(this);