Exemplo n.º 1
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit()
 {
     return(UnderlyingEvent.GetCustomAttributesToEmit());
 }
Exemplo n.º 2
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit(PEModuleBuilder moduleBuilder)
 {
     return(UnderlyingEvent.GetCustomAttributesToEmit(moduleBuilder));
 }
Exemplo n.º 3
0
 protected override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit(ModuleCompilationState compilationState)
 {
     return(UnderlyingEvent.GetCustomAttributesToEmit(compilationState));
 }