Example #1
0
 internal override void AddSynthesizedAttributes(
     PEModuleBuilder moduleBuilder,
     ref ArrayBuilder <SynthesizedAttributeData> attributes
     )
 {
     _underlyingParameter.AddSynthesizedAttributes(moduleBuilder, ref attributes);
 }
Example #2
0
 internal override void AddSynthesizedAttributes(ModuleCompilationState compilationState, ref ArrayBuilder <SynthesizedAttributeData> attributes)
 {
     _underlyingParameter.AddSynthesizedAttributes(compilationState, ref attributes);
 }
 internal override void AddSynthesizedAttributes(ref ArrayBuilder <SynthesizedAttributeData> attributes)
 {
     underlyingParameter.AddSynthesizedAttributes(ref attributes);
 }