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