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