4 overrides of ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
379
public override ImmutableArray<EventSymbol>
ExplicitInterfaceImplementations
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
92
public override ImmutableArray<EventSymbol>
ExplicitInterfaceImplementations
Symbols\Source\SourceEventSymbol.cs (1)
89
public abstract override ImmutableArray<EventSymbol>
ExplicitInterfaceImplementations
{ get; }
Symbols\SubstitutedEventSymbol.cs (1)
96
public override ImmutableArray<EventSymbol>
ExplicitInterfaceImplementations
5 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\EventSymbol.cs (1)
219
return
ExplicitInterfaceImplementations
.Any();
Symbols\MemberSymbolExtensions.cs (1)
601
return ((EventSymbol)member).
ExplicitInterfaceImplementations
.Cast<EventSymbol, Symbol>();
Symbols\PublicModel\EventSymbol.cs (1)
85
return _underlying.
ExplicitInterfaceImplementations
.GetPublicSymbols();
Symbols\Retargeting\RetargetingEventSymbol.cs (1)
109
var impls = _underlyingEvent.
ExplicitInterfaceImplementations
;
Symbols\SubstitutedEventSymbol.cs (1)
104
ExplicitInterfaceHelpers.SubstituteExplicitInterfaceImplementations(OriginalDefinition.
ExplicitInterfaceImplementations
, _containingType.TypeSubstitution),