Base:
property
IsInterface
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.NamedTypeSymbol.IsInterface
13 references to IsInterface
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\BaseTypeAnalysis.vb (2)
95
Debug.Assert(this.
IsInterface
OrElse Not base.IsInterfaceType())
127
Debug.Assert(this.
IsInterface
)
Symbols\Source\ImplementsHelper.vb (1)
98
If container.
IsInterface
Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (4)
3993
diag = ErrorFactory.ErrorInfo(If(
IsInterface
, ERRID.ERR_InterfaceInheritedTwiceWithDifferentTupleNames2, ERRID.ERR_InterfaceImplementedTwiceWithDifferentTupleNames2),
3997
diag = ErrorFactory.ErrorInfo(If(
IsInterface
, ERRID.ERR_InterfaceInheritedTwiceWithDifferentTupleNames3, ERRID.ERR_InterfaceImplementedTwiceWithDifferentTupleNames3),
4002
diag = ErrorFactory.ErrorInfo(If(
IsInterface
, ERRID.ERR_InterfaceInheritedTwiceWithDifferentTupleNamesReverse3, ERRID.ERR_InterfaceImplementedTwiceWithDifferentTupleNamesReverse3),
4008
diag = ErrorFactory.ErrorInfo(If(
IsInterface
, ERRID.ERR_InterfaceInheritedTwiceWithDifferentTupleNames4, ERRID.ERR_InterfaceImplementedTwiceWithDifferentTupleNames4),
Symbols\Source\SourceMethodSymbol.vb (1)
101
ElseIf container.
IsInterface
Then
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1291
If Me.
IsInterface
AndAlso containingSourceType IsNot Nothing AndAlso containingSourceType.
IsInterface
Then
1583
Debug.Assert(Me.
IsInterface
)
1936
If Not Me.
IsInterface
Then
1950
Debug.Assert(Me.
IsInterface
OrElse _lazyCoClassType Is Nothing)