Example #1
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit()
 {
     return(UnderlyingNamedType.GetCustomAttributesToEmit());
 }
Example #2
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit(PEModuleBuilder moduleBuilder)
 {
     return(UnderlyingNamedType.GetCustomAttributesToEmit(moduleBuilder));
 }
Example #3
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit(ModuleCompilationState compilationState)
 {
     return(UnderlyingNamedType.GetCustomAttributesToEmit(compilationState));
 }