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)
681Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
553Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
304Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\SignatureOnlyMethodSymbol.vb (1)
252Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Source\LambdaSymbol.vb (1)
161Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Source\SourceMethodSymbol.vb (1)
1860Public Overrides ReadOnly Property IsExternalMethod As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1145Public 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)
254Public 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)
444''' <see cref="IsRuntimeImplemented"/> implies <see cref="IsExternalMethod"/>. 989Return IsExternalMethod
Symbols\ReducedExtensionMethodSymbol.vb (1)
555Return _curriedFromMethod.IsExternalMethod
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
306Return _underlyingMethod.IsExternalMethod
Symbols\SubstitutedMethodSymbol.vb (1)
179Return OriginalDefinition.IsExternalMethod
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
92Return Me.UnderlyingMethod.IsExternalMethod