13 overrides of IsExternalMethod
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\ErrorMethodSymbol.vb (1)
108Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
694Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
557Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
308Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\SignatureOnlyMethodSymbol.vb (1)
256Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Source\LambdaSymbol.vb (1)
161Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Source\SourceMethodSymbol.vb (1)
1893Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1151Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\SubstitutedMethodSymbol.vb (1)
177Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
141Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
258Public NotOverridable Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
80Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
90Public Overrides ReadOnly Property IsExternalMethod As Boolean
7 references to IsExternalMethod
Microsoft.CodeAnalysis.VisualBasic (7)
Emit\MethodSymbolAdapter.vb (1)
503Return Me.IsExternalMethod
Symbols\MethodSymbol.vb (2)
474''' <see cref="IsRuntimeImplemented"/> implies <see cref="IsExternalMethod"/>. 1019Return IsExternalMethod
Symbols\ReducedExtensionMethodSymbol.vb (1)
559Return _curriedFromMethod.IsExternalMethod
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
310Return _underlyingMethod.IsExternalMethod
Symbols\SubstitutedMethodSymbol.vb (1)
179Return OriginalDefinition.IsExternalMethod
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
92Return Me.UnderlyingMethod.IsExternalMethod