Base:
property
ImplementationAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ImplementationAttributes
4 overrides of ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (4)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
182
internal sealed override MethodImplAttributes
ImplementationAttributes
=> InheritsBaseMethodAttributes ? BaseMethod.ImplementationAttributes : default;
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
187
internal sealed override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
86
internal override MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
126
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
2 references to ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1566
if ((this.
ImplementationAttributes
& System.Reflection.MethodImplAttributes.Synchronized) != 0)
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
90
MethodImplAttributes result = base.
ImplementationAttributes
;