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)
346Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\Retargeting\RetargetingPropertySymbol.vb (1)
268Public 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)
1740Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of PropertySymbol)
Symbols\Source\SourcePropertySymbol.vb (1)
866Public 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)
540Return ImmutableArrayExtensions.Cast(Of PropertySymbol, IPropertySymbol)(Me.ExplicitInterfaceImplementations)
Symbols\Retargeting\RetargetingPropertySymbol.vb (1)
282Dim 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