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