Base:
method
AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.AddSynthesizedAttributes(Microsoft.CodeAnalysis.CSharp.Emit.PEModuleBuilder, ref Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder<Microsoft.CodeAnalysis.CSharp.Symbols.SynthesizedAttributeData>)
2 overrides of AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (2)
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
31internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (1)
75internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
2 references to AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (2)
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
33base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (1)
77base.AddSynthesizedAttributes(moduleBuilder, ref attributes);