13 overrides of ImplementationAttributes
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\ErrorMethodSymbol.vb (1)
90
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
745
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\ReducedExtensionMethodSymbol.vb (1)
573
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
352
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\SignatureOnlyMethodSymbol.vb (1)
272
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\Source\LambdaSymbol.vb (1)
177
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\Source\SourceMethodSymbol.vb (1)
1938
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1262
Friend NotOverridable Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\SubstitutedMethodSymbol.vb (1)
82
Friend NotOverridable Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
157
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
274
Friend NotOverridable Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
96
Friend Overrides ReadOnly Property
ImplementationAttributes
As Reflection.MethodImplAttributes
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
162
Friend Overrides ReadOnly Property
ImplementationAttributes
As MethodImplAttributes
7 references to ImplementationAttributes
Microsoft.CodeAnalysis.VisualBasic (7)
Emit\MethodSymbolAdapter.vb (1)
320
Return AdaptedMethodSymbol.
ImplementationAttributes
Or
Symbols\MethodSymbol.vb (2)
478
Return (Me.
ImplementationAttributes
And Reflection.MethodImplAttributes.Runtime) <> 0
943
Return Me.
ImplementationAttributes
Symbols\ReducedExtensionMethodSymbol.vb (1)
575
Return _curriedFromMethod.
ImplementationAttributes
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
354
Return _underlyingMethod.
ImplementationAttributes
Symbols\SubstitutedMethodSymbol.vb (1)
84
Return OriginalDefinition.
ImplementationAttributes
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
164
Return Me.UnderlyingMethod.
ImplementationAttributes