public override ImmutableArray <AttributeData> GetAttributes()
 {
     return(CSharpSymbolMap.GetAttributes(_underlyingModule.GetAttributes(), ref _lazyCustomAttributes));
 }