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)
86Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of MethodSymbol)
Symbols\Source\SourceMemberMethodSymbol.vb (1)
351Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of MethodSymbol)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
334Public Overrides ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of MethodSymbol)
1 reference to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
1153Debug.Assert(ExplicitInterfaceImplementations.Contains(implementedMethod))