5 references to CheckAttributeDifferences
Microsoft.DotNet.ApiCompat.Core (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); 84bool changed = CheckAttributeDifferences(differences, impl, impl.Attributes, contract.Attributes); 93changed |= CheckAttributeDifferences(differences, method1Params[i], method1Params[i].Attributes, method2Params[i].Attributes, member: implMethod); 100changed |= CheckAttributeDifferences(differences, method1GenParams[i], method1GenParams[i].Attributes, method2GenParam[i].Attributes, member: implMethod);