10 overrides of ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (1)
143Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
362Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\Retargeting\RetargetingPropertySymbol.vb (1)
272Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\SignatureOnlyPropertySymbol.vb (1)
142Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1744Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\Source\SourcePropertySymbol.vb (1)
911Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\SubstitutedPropertySymbol.vb (1)
105Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\SynthesizedSymbols\SynthesizedOverridingWitheventsProperty.vb (1)
106Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\SynthesizedSymbols\SynthesizedPropertyBase.vb (1)
74Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\Tuples\TuplePropertySymbol.vb (1)
80Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
5 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\PropertySymbol.vb (1)
557Return ImmutableArrayExtensions.Cast(Of PropertySymbol, IPropertySymbol)(Me.ExplicitInterfaceImplementations)
Symbols\Retargeting\RetargetingPropertySymbol.vb (1)
286Dim impls = Me.UnderlyingProperty.ExplicitInterfaceImplementations
Symbols\Source\ImplementsHelper.vb (1)
29Return StaticCast(Of Symbol).From(DirectCast(member, PropertySymbol).ExplicitInterfaceImplementations)
Symbols\SubstitutedPropertySymbol.vb (1)
108_originalDefinition.ExplicitInterfaceImplementations,
Symbols\Tuples\TuplePropertySymbol.vb (1)
82Return Me._underlyingProperty.ExplicitInterfaceImplementations