Base:
property
IsInterface
Microsoft.CodeAnalysis.VisualBasic.Symbols.NamedTypeSymbol.IsInterface
5 references to IsInterface
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\PEMethodSymbol.vb (3)
786If(_containingType.IsInterface, 818(Not _containingType.IsInterface AndAlso 832Return Not _containingType.IsInterface AndAlso
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
319If (Not Me.IsInterface) Then 1068If Not Me.IsInterface Then