1 instantiation of GraphItemKeyComparer
NuGet.DependencyResolver.Core (1)
GraphItemKeyComparer.cs (1)
16
private 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)
16
private static readonly Lazy<
GraphItemKeyComparer
<T>> DefaultComparer = new Lazy<
GraphItemKeyComparer
<T>>(() => new GraphItemKeyComparer<T>());
21
public static
GraphItemKeyComparer
<T> Instance