3 references to AttributeEquals
NuGet.Packaging (3)
PackageCreation\Extensions\XElementExtensions.cs (3)
41where AttributeEquals(e, target.Attribute(e.Name)) 97var leftExactMathes = CountMatches(left, target, AttributeEquals); 98var rightExactMathes = CountMatches(right, target, AttributeEquals);