Base:
method
AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.AddSynthesizedAttributes(Microsoft.CodeAnalysis.CSharp.Emit.PEModuleBuilder, ref Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder<Microsoft.CodeAnalysis.CSharp.Symbols.SynthesizedAttributeData>)
1 override of AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFixedFieldSymbol.cs (1)
206internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
1 reference to AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFixedFieldSymbol.cs (1)
208base.AddSynthesizedAttributes(moduleBuilder, ref attributes);