5 overrides of ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\PEEventSymbol.vb (1)
272Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of EventSymbol)
Symbols\Retargeting\RetargetingEventSymbol.vb (1)
99Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of EventSymbol)
Symbols\Source\SourceEventSymbol.vb (1)
512Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of EventSymbol)
Symbols\SubstitutedEventSymbol.vb (1)
191Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of EventSymbol)
Symbols\Tuples\TupleEventSymbol.vb (1)
74Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of EventSymbol)
6 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\EventSymbol.vb (2)
124Return ExplicitInterfaceImplementations.Any() 322Return StaticCast(Of IEventSymbol).From(Me.ExplicitInterfaceImplementations)
Symbols\Retargeting\RetargetingEventSymbol.vb (1)
113Dim impls = Me.UnderlyingEvent.ExplicitInterfaceImplementations
Symbols\Source\ImplementsHelper.vb (1)
31Return StaticCast(Of Symbol).From(DirectCast(member, EventSymbol).ExplicitInterfaceImplementations)
Symbols\SubstitutedEventSymbol.vb (1)
196_originalDefinition.ExplicitInterfaceImplementations,
Symbols\Tuples\TupleEventSymbol.vb (1)
76Return Me._underlyingEvent.ExplicitInterfaceImplementations