5 references to CheckAttributeDifferences
Microsoft.DotNet.ApiCompat (5)
Rules\Compat\AttributeDifference.cs (5)
67bool changed = CheckAttributeDifferences(differences, impl, impl.Attributes, contract.Attributes);
73changed |= CheckAttributeDifferences(differences, method1GenParams[i], method1GenParams[i].Attributes, method2GenParam[i].Attributes, member: contract);
86bool changed = CheckAttributeDifferences(differences, implMethod, implMethod.Attributes, contractMethod.Attributes);
91changed |= CheckAttributeDifferences(differences, method1Params[i], method1Params[i].Attributes, method2Params[i].Attributes, member: implMethod);
98changed |= CheckAttributeDifferences(differences, method1GenParams[i], method1GenParams[i].Attributes, method2GenParam[i].Attributes, member: implMethod);