2 overrides of GetAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\ExtensionGroupingInfo.cs (2)
788protected override IEnumerable<ICustomAttribute> GetAttributes(EmitContext context) 911protected override IEnumerable<ICustomAttribute> GetAttributes(EmitContext context)
1 reference to GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\ExtensionGroupingInfo.cs (1)
601return GetAttributes(context);