1 instantiation of GraphItemKeyComparer
NuGet.DependencyResolver.Core (1)
GraphItemKeyComparer.cs (1)
16private static readonly Lazy<GraphItemKeyComparer<T>> DefaultComparer = new Lazy<GraphItemKeyComparer<T>>(() => new GraphItemKeyComparer<T>());
4 references to GraphItemKeyComparer
NuGet.Commands (1)
RestoreCommand\LockFileBuilder.cs (1)
61.Distinct(GraphItemKeyComparer<RemoteResolveResult>.Instance) // Distinct list of GraphItems. Two items are equal only if the itmes' Keys are equal.
NuGet.DependencyResolver.Core (3)
GraphItemKeyComparer.cs (3)
16private static readonly Lazy<GraphItemKeyComparer<T>> DefaultComparer = new Lazy<GraphItemKeyComparer<T>>(() => new GraphItemKeyComparer<T>()); 21public static GraphItemKeyComparer<T> Instance