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