3 overrides of AddSynthesizedReturnTypeAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
88
internal override void
AddSynthesizedReturnTypeAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1722
internal override void
AddSynthesizedReturnTypeAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
797
internal sealed override void
AddSynthesizedReturnTypeAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
3 references to AddSynthesizedReturnTypeAttributes
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\MethodSymbolAdapter.cs (1)
514
AdaptedMethodSymbol.
AddSynthesizedReturnTypeAttributes
((PEModuleBuilder)context.Module, ref synthesized);
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
95
base.
AddSynthesizedReturnTypeAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
799
base.
AddSynthesizedReturnTypeAttributes
(moduleBuilder, ref attributes);