Implemented interface member:
method
GetAttributes
Microsoft.Cci.IReference.GetAttributes(Microsoft.CodeAnalysis.Emit.EmitContext)
1 override of GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\ExtensionGroupingInfo.cs (1)
811public override IEnumerable<ICustomAttribute> GetAttributes(EmitContext context)
1 reference to GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\ExtensionGroupingInfo.cs (1)
822foreach (var attribute in base.GetAttributes(context))