27 overrides of AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (27)
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
121internal sealed override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
247internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (1)
146internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
168internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
160internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
69internal sealed override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1721internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
390internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourceAssemblySymbol.cs (1)
1939internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourceEventSymbol.cs (1)
374internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData>? attributes)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5916internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourceMethodSymbol.cs (1)
103internal sealed override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourceModuleSymbol.cs (1)
636internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourceParameterSymbolBase.cs (1)
69internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1390internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
386internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
931internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedContainer.cs (1)
52internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
186internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
383internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
48internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
74internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
199internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
322internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
148internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
35internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Wrapped\WrappedParameterSymbol.cs (1)
74internal override void AddSynthesizedAttributes(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
25 references to AddSynthesizedAttributes
Microsoft.CodeAnalysis.CSharp (25)
Emitter\Model\SymbolAdapter.cs (1)
101this.AddSynthesizedAttributes(moduleBuilder, ref synthesized);
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
126base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
249base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (1)
148base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
170base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
162base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
392base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\SourceAssemblySymbol.cs (1)
1941base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\SourceEventSymbol.cs (1)
376base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5918base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\SourceMethodSymbol.cs (1)
105base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\SourceModuleSymbol.cs (1)
638base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\SourceParameterSymbolBase.cs (1)
71base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1392base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
388base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
933base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedContainer.cs (1)
54base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
188base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
385base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
50base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
76base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
201base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
324base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
50base.AddSynthesizedAttributes(moduleBuilder, ref attributes);
Symbols\Wrapped\WrappedParameterSymbol.cs (1)
76_underlyingParameter.AddSynthesizedAttributes(moduleBuilder, ref attributes);