Ejemplo n.º 1
0
 internal override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit(
     PEModuleBuilder moduleBuilder
     )
 {
     return(this.RetargetingTranslator.RetargetAttributes(
                _underlyingMethod.GetCustomAttributesToEmit(moduleBuilder)
                ));
 }
Ejemplo n.º 2
0
 internal override IEnumerable <CSharpAttributeData> GetCustomAttributesToEmit(ModuleCompilationState compilationState)
 {
     return(this.RetargetingTranslator.RetargetAttributes(_underlyingMethod.GetCustomAttributesToEmit(compilationState)));
 }