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