3 references to AttributeEquals
NuGet.PackageManagement (3)
Utility\XElementExtensions.cs (3)
65
where
AttributeEquals
(e, target.Attribute(e.Name))
209
var leftExactMathes = CountMatches(left, target,
AttributeEquals
);
210
var rightExactMathes = CountMatches(right, target,
AttributeEquals
);