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