Base:
method
GetAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.GetAttributes()
2 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingModuleSymbol.cs (1)
278
return RetargetingTranslator.GetRetargetedAttributes(_underlyingModule.
GetAttributes
(), ref _lazyCustomAttributes);
Symbols\Source\SourceModuleSymbol.cs (1)
234
GetAttributes
();