Base:
property
ImplementationAttributes
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ImplementationAttributes
5 overrides of ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (5)
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\Source\SourceFieldLikeEventSymbol.cs (1)
336
internal override MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
110
internal override MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
126
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
3 references to ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
351
return base.
ImplementationAttributes
;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1572
if ((this.
ImplementationAttributes
& System.Reflection.MethodImplAttributes.Synchronized) != 0)
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
114
MethodImplAttributes result = base.
ImplementationAttributes
;