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