13 overrides of ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\ErrorMethodSymbol.vb (1)
60
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
1117
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\ReducedExtensionMethodSymbol.vb (1)
547
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
452
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\SignatureOnlyMethodSymbol.vb (1)
112
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
() As ImmutableArray(Of MethodSymbol)
Symbols\Source\LambdaSymbol.vb (1)
149
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\Source\SourceMethodSymbol.vb (1)
621
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1133
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\SubstitutedMethodSymbol.vb (1)
327
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
120
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
236
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
62
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\Tuples\TupleMethodSymbol.vb (1)
56
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
12 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (12)
Emit\NamedTypeSymbolAdapter.vb (1)
309
For Each implemented In implementingMethod.
ExplicitInterfaceImplementations
Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb (1)
378
Debug.Assert(method.
ExplicitInterfaceImplementations
.IsEmpty)
Symbols\Metadata\PE\PEEventSymbol.vb (2)
274
If Me.AddMethod.
ExplicitInterfaceImplementations
.Length = 0 AndAlso Me.RemoveMethod.
ExplicitInterfaceImplementations
.Length = 0 Then
Symbols\Metadata\PE\PEPropertyOrEventHelpers.vb (1)
31
Dim implementedAccessors As ImmutableArray(Of MethodSymbol) = accessor.
ExplicitInterfaceImplementations
Symbols\MethodSymbol.vb (1)
907
Return ImmutableArrayExtensions.Cast(Of MethodSymbol, IMethodSymbol)(Me.
ExplicitInterfaceImplementations
)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
466
Dim impls = Me.UnderlyingMethod.
ExplicitInterfaceImplementations
Symbols\Source\ImplementsHelper.vb (1)
27
Return StaticCast(Of Symbol).From(DirectCast(member, MethodSymbol).
ExplicitInterfaceImplementations
)
Symbols\Source\SourceMemberMethodSymbol.vb (1)
375
implementation.
ExplicitInterfaceImplementations
)
Symbols\SubstitutedMethodSymbol.vb (1)
329
Return ImplementsHelper.SubstituteExplicitInterfaceImplementations(OriginalDefinition.
ExplicitInterfaceImplementations
,
Symbols\SymbolExtensions.vb (1)
225
Not method.
ExplicitInterfaceImplementations
.IsEmpty Then
Symbols\Tuples\TupleMethodSymbol.vb (1)
58
Return Me._underlyingMethod.ConstructedFrom.
ExplicitInterfaceImplementations