23 overrides of AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (23)
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
121
internal sealed override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
233
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (1)
146
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
168
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
160
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1611
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
388
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceAssemblySymbol.cs (1)
1923
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceEventSymbol.cs (1)
316
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData>? attributes)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5047
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
897
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceModuleSymbol.cs (1)
575
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceParameterSymbolBase.cs (1)
69
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1117
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
380
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedContainer.cs (1)
58
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
168
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
368
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
46
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
322
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
143
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
35
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Wrapped\WrappedParameterSymbol.cs (1)
74
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
22 references to AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (22)
Emitter\Model\SymbolAdapter.cs (1)
100
this.
AddSynthesizedAttributes
(moduleBuilder, ref synthesized);
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
126
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
235
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (1)
148
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
170
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
162
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
390
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceAssemblySymbol.cs (1)
1925
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceEventSymbol.cs (1)
318
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5049
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceMemberMethodSymbol.cs (1)
899
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceModuleSymbol.cs (1)
577
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceParameterSymbolBase.cs (1)
71
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1119
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
382
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedContainer.cs (1)
60
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
170
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
370
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
48
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
324
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
37
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Wrapped\WrappedParameterSymbol.cs (1)
76
_underlyingParameter.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);