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)
1150
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\ReducedExtensionMethodSymbol.vb (1)
551
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
456
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)
1139
Public Overrides ReadOnly Property
ExplicitInterfaceImplementations
As ImmutableArray(Of MethodSymbol)
Symbols\SubstitutedMethodSymbol.vb (1)
331
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)
240
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)
937
Return ImmutableArrayExtensions.Cast(Of MethodSymbol, IMethodSymbol)(Me.
ExplicitInterfaceImplementations
)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
470
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)
333
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