3 references to GetExplicitInterfaceImplementations
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\ImplementsHelper.vb (1)
43
Debug.Assert(
GetExplicitInterfaceImplementations
(sourceSym).Contains(implementedSym))
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
3389
For Each interfaceMember In
GetExplicitInterfaceImplementations
(implementingMember)
Symbols\TypeSymbol.vb (1)
737
For Each interfaceMember In
GetExplicitInterfaceImplementations
(implementingMember)