Base:
property
ImplementationAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ImplementationAttributes
4 overrides of ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (4)
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\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
86internal override MethodImplAttributes ImplementationAttributes
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
126internal override System.Reflection.MethodImplAttributes ImplementationAttributes
2 references to ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1566if ((this.ImplementationAttributes & System.Reflection.MethodImplAttributes.Synchronized) != 0)
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
90MethodImplAttributes result = base.ImplementationAttributes;