1 instantiation of GroupComparer
NuGet.Packaging (1)
ContentModel\ContentItemCollection.cs (1)
372public static readonly GroupComparer DefaultComparer = new GroupComparer();
2 references to GroupComparer
NuGet.Packaging (2)
ContentModel\ContentItemCollection.cs (2)
20private static readonly SimplePool<Dictionary<ContentItem, List<Asset>>> GroupAssetsPool = new(() => new(GroupComparer.DefaultComparer)); 372public static readonly GroupComparer DefaultComparer = new GroupComparer();