13 overrides of IsExternalMethod
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\ErrorMethodSymbol.vb (1)
108
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
681
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
553
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
304
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\SignatureOnlyMethodSymbol.vb (1)
252
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\Source\LambdaSymbol.vb (1)
161
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\Source\SourceMethodSymbol.vb (1)
1860
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1145
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\SubstitutedMethodSymbol.vb (1)
177
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
141
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
254
Public NotOverridable Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
80
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
90
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
7 references to IsExternalMethod
Microsoft.CodeAnalysis.VisualBasic (7)
Emit\MethodSymbolAdapter.vb (1)
503
Return Me.
IsExternalMethod
Symbols\MethodSymbol.vb (2)
444
''' <see cref="IsRuntimeImplemented"/> implies <see cref="
IsExternalMethod
"/>.
989
Return
IsExternalMethod
Symbols\ReducedExtensionMethodSymbol.vb (1)
555
Return _curriedFromMethod.
IsExternalMethod
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
306
Return _underlyingMethod.
IsExternalMethod
Symbols\SubstitutedMethodSymbol.vb (1)
179
Return OriginalDefinition.
IsExternalMethod
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
92
Return Me.UnderlyingMethod.
IsExternalMethod