19 overrides of ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (19)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
90
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
79
internal sealed override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\ErrorMethodSymbol.cs (1)
39
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
838
internal override MethodImplAttributes
ImplementationAttributes
=> default;
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
486
internal override MethodImplAttributes
ImplementationAttributes
=> (MethodImplAttributes)_implFlags;
Symbols\ReducedExtensionMethodSymbol.cs (1)
317
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\SignatureOnlyMethodSymbol.cs (1)
111
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
{ get { throw ExceptionUtilities.Unreachable(); } }
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1750
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
116
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
77
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
105
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
216
internal sealed override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
78
internal sealed override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
193
internal override MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
138
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedPropertySymbol.cs (1)
106
internal override MethodImplAttributes
ImplementationAttributes
=> default;
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
302
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
51
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
268
internal override System.Reflection.MethodImplAttributes
ImplementationAttributes
8 references to ImplementationAttributes
Microsoft.CodeAnalysis.CSharp (8)
Emitter\Model\MethodSymbolAdapter.cs (1)
461
return AdaptedMethodSymbol.ContainingType.IsExtension ? default : AdaptedMethodSymbol.
ImplementationAttributes
;
Emitter\NoPia\EmbeddedMethod.cs (1)
148
return UnderlyingMethod.AdaptedMethodSymbol.
ImplementationAttributes
;
Lowering\SynthesizedMethodBaseSymbol.cs (1)
170
internal sealed override MethodImplAttributes ImplementationAttributes => InheritsBaseMethodAttributes ? BaseMethod.
ImplementationAttributes
: default;
Symbols\MethodSymbol.cs (1)
1235
MethodImplAttributes IMethodSymbolInternal.ImplementationAttributes =>
ImplementationAttributes
;
Symbols\PublicModel\MethodSymbol.cs (1)
329
System.Reflection.MethodImplAttributes IMethodSymbol.MethodImplementationFlags => _underlying.
ImplementationAttributes
;
Symbols\ReducedExtensionMethodSymbol.cs (1)
319
get { return _reducedFrom.
ImplementationAttributes
; }
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
334
return implementationPart.
ImplementationAttributes
;
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
272
return UnderlyingMethod.
ImplementationAttributes
;