Base:
property
ImplementationAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ImplementationAttributes
5 overrides of ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (5)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
182internal sealed override MethodImplAttributes ImplementationAttributes => InheritsBaseMethodAttributes ? BaseMethod.ImplementationAttributes : default;
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
187internal sealed override System.Reflection.MethodImplAttributes ImplementationAttributes
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
336internal override MethodImplAttributes ImplementationAttributes
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
110internal override MethodImplAttributes ImplementationAttributes
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
126internal override System.Reflection.MethodImplAttributes ImplementationAttributes
3 references to ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
351return base.ImplementationAttributes;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1572if ((this.ImplementationAttributes & System.Reflection.MethodImplAttributes.Synchronized) != 0)
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
114MethodImplAttributes result = base.ImplementationAttributes;