Base:
property
ImplementationAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ImplementationAttributes
5 overrides of ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (5)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
166internal 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)
318internal override MethodImplAttributes ImplementationAttributes
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
102internal 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)
333return base.ImplementationAttributes;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1572if ((this.ImplementationAttributes & System.Reflection.MethodImplAttributes.Synchronized) != 0)
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
106MethodImplAttributes result = base.ImplementationAttributes;