Base:
property
ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.MethodSymbol.ExplicitInterfaceImplementations
3 overrides of ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\CustomEventAccessorSymbol.vb (1)
85Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of MethodSymbol)
Symbols\Source\SourceMemberMethodSymbol.vb (1)
350Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of MethodSymbol)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
333Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of MethodSymbol)
1 reference to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
1152Debug.Assert(ExplicitInterfaceImplementations.Contains(implementedMethod))