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