7 references to AnyAttributeAdded
Microsoft.DotNet.ApiCompat.Core (7)
Rules\Compat\CannotAddAttributes.cs (7)
26added |= AnyAttributeAdded(differences, impl, impl.AssemblyAttributes, contract.AssemblyAttributes);
27added |= AnyAttributeAdded(differences, impl, impl.ModuleAttributes, contract.ModuleAttributes);
41if (AnyAttributeAdded(differences, impl, impl.Attributes, contract.Attributes))
54added |= AnyAttributeAdded(differences, impl, impl.Attributes, contract.Attributes);
70added |= AnyAttributeAdded(differences, implMethod, implMethod.ReturnValueAttributes, contractMethod.ReturnValueAttributes);
78added |= AnyAttributeAdded(differences, method1Params[i], method1Params[i].Attributes, method2Params[i].Attributes);
85return AnyAttributeAdded(differences, target, attribues1.SelectMany(a => a.Attributes), attributes2.SelectMany(a => a.Attributes));