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)
809
If(_containingType.
IsInterface
,
841
(Not _containingType.
IsInterface
AndAlso
855
Return Not _containingType.
IsInterface
AndAlso
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
316
If (Not Me.
IsInterface
) Then
1070
If Not Me.
IsInterface
Then