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