9 references to AddObject
NuGet.Frameworks (9)
AssetTargetFallbackFramework.cs (3)
79combiner.AddObject(Comparer.GetHashCode(this)); 86combiner.AddObject(Comparer.GetHashCode(dualCompatibilityFramework.SecondaryFramework)); 91combiner.AddObject(Comparer.GetHashCode(each));
comparers\CompatibilityMappingComparer.cs (2)
46combiner.AddObject(comparer.GetHashCode(obj.TargetFrameworkRange)); 47combiner.AddObject(comparer.GetHashCode(obj.SupportedFrameworkRange));
DualCompatibilityFramework.cs (2)
97combiner.AddObject(Comparer.GetHashCode(RootFramework)); 98combiner.AddObject(Comparer.GetHashCode(SecondaryFramework));
FallbackFramework.cs (2)
53combiner.AddObject(Comparer.GetHashCode(this)); 57combiner.AddObject(Comparer.GetHashCode(each));