2 references to hasSameAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\ExtensionGroupingInfo.cs (2)
270if (!typeParams1.SequenceEqual(typeParams2, (p1, p2) => hasSameAttributes(p1.GetAttributes(), p2.GetAttributes()))) 312if (!hasSameAttributes(parameter1.GetAttributes(), parameter2.GetAttributes()))