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)
510
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)
17 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
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (11)
SymbolsTests\DefaultInterfaceImplementationTests.vb (1)
11514
Assert.Same(i1WinRT, i2WinRT.
ExplicitInterfaceImplementations
.Single())
SymbolsTests\Metadata\PE\LoadingEvents.vb (5)
169
Dim explicitImpl = classEvent.
ExplicitInterfaceImplementations
.Single()
187
Dim explicitImpl = classEvent.
ExplicitInterfaceImplementations
.Single()
205
Dim explicitImpl = classEvent.
ExplicitInterfaceImplementations
.Single()
226
Dim explicitImpl = classEvent.
ExplicitInterfaceImplementations
.Single()
261
Dim innerClassImplementingEvent = innerClassEvent.
ExplicitInterfaceImplementations
.Single()
SymbolsTests\Metadata\WinMdEventTest.vb (2)
950
Dim substitutedNormalEvent = implementingNormalEvent.
ExplicitInterfaceImplementations
.Single()
951
Dim substitutedWinRTEvent = implementingWinRTEvent.
ExplicitInterfaceImplementations
.Single()
SymbolsTests\StaticAbstractMembersInInterfacesTests.vb (3)
1781
Assert.Empty(i1E1.
ExplicitInterfaceImplementations
)
1830
Assert.Empty(i1E1.
ExplicitInterfaceImplementations
)
1879
Assert.Empty(i1E1.
ExplicitInterfaceImplementations
)