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)
694
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
557
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
308
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\SignatureOnlyMethodSymbol.vb (1)
256
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)
1893
Public Overrides ReadOnly Property
IsExternalMethod
As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1151
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)
258
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)
474
''' <see cref="IsRuntimeImplemented"/> implies <see cref="
IsExternalMethod
"/>.
1019
Return
IsExternalMethod
Symbols\ReducedExtensionMethodSymbol.vb (1)
559
Return _curriedFromMethod.
IsExternalMethod
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
310
Return _underlyingMethod.
IsExternalMethod
Symbols\SubstitutedMethodSymbol.vb (1)
179
Return OriginalDefinition.
IsExternalMethod
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
92
Return Me.UnderlyingMethod.
IsExternalMethod