4 references to CountMatches
NuGet.Packaging (4)
PackageCreation\Extensions\XElementExtensions.cs (4)
97var leftExactMathes = CountMatches(left, target, AttributeEquals); 98var rightExactMathes = CountMatches(right, target, AttributeEquals); 103var leftNameMatches = CountMatches(left, target, (a, b) => a.Name == b.Name); 104var rightNameMatches = CountMatches(right, target, (a, b) => a.Name == b.Name);