25 overrides of AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (25)
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
121
internal sealed override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
246
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)
1656
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)
1938
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5316
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1008
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceModuleSymbol.cs (1)
624
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)
1363
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
385
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
920
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)
175
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
381
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\SynthesizedHotReloadExceptionSymbol.cs (1)
74
internal override void
AddSynthesizedAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<SynthesizedAttributeData> attributes)
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
188
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)
148
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)
24 references to AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (24)
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)
248
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)
1940
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5318
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1010
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceModuleSymbol.cs (1)
626
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceParameterSymbolBase.cs (1)
71
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1365
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
387
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
922
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedContainer.cs (1)
60
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
177
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
383
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
48
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
76
base.
AddSynthesizedAttributes
(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
190
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);