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