Base:
property
ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Symbols.EventSymbol.ExplicitInterfaceImplementations
2 overrides of ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceCustomEventSymbol.cs (1)
210
public override ImmutableArray<EventSymbol>
ExplicitInterfaceImplementations
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
198
public override ImmutableArray<EventSymbol>
ExplicitInterfaceImplementations
2 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventSymbol.cs (2)
739
ImmutableArray<EventSymbol> explicitInterfaceImplementations = this.
ExplicitInterfaceImplementations
;
838
EventSymbol? explicitlyImplementedEvent =
ExplicitInterfaceImplementations
.FirstOrDefault();