3 overrides of AddSynthesizedReturnTypeAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
84
internal override void
AddSynthesizedReturnTypeAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1770
internal override void
AddSynthesizedReturnTypeAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
798
internal sealed override void
AddSynthesizedReturnTypeAttributes
(PEModuleBuilder moduleBuilder, ref ArrayBuilder<CSharpAttributeData> attributes)
3 references to AddSynthesizedReturnTypeAttributes
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\MethodSymbolAdapter.cs (1)
534
AdaptedMethodSymbol.
AddSynthesizedReturnTypeAttributes
((PEModuleBuilder)context.Module, ref synthesized);
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
91
base.
AddSynthesizedReturnTypeAttributes
(moduleBuilder, ref attributes);
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
800
base.
AddSynthesizedReturnTypeAttributes
(moduleBuilder, ref attributes);