1 override of IsUnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\UnboundGenericType.vb (1)
92
Public MustOverride Overrides ReadOnly Property
IsUnboundGenericType
As Boolean
10 references to IsUnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_ObjectInitializer.vb (1)
250
If namedCoClass.
IsUnboundGenericType
Then
Binding\Binder_Symbols.vb (2)
976
Dim isLeftUnboundGenericType As Boolean = leftSymbol.Kind = SymbolKind.NamedType AndAlso DirectCast(leftSymbol, NamedTypeSymbol).
IsUnboundGenericType
1053
Dim isLeftUnboundGenericType As Boolean = leftSymbol.Kind = SymbolKind.NamedType AndAlso DirectCast(leftSymbol, NamedTypeSymbol).
IsUnboundGenericType
Emit\SymbolTranslator.vb (1)
157
If namedTypeSymbol.
IsUnboundGenericType
Then
Symbols\NamedTypeSymbol.vb (2)
1363
Return Me.
IsUnboundGenericType
1530
If Not
IsUnboundGenericType
AndAlso
Symbols\Retargeting\RetargetingSymbolTranslator.vb (2)
402
If type.
IsUnboundGenericType
Then
410
Debug.Assert(type.ContainingType Is Nothing OrElse Not type.ContainingType.
IsUnboundGenericType
)
Symbols\TypeSymbolExtensions.vb (1)
781
Return namedType IsNot Nothing AndAlso namedType.
IsUnboundGenericType
Symbols\UnboundGenericType.vb (1)
31
If type.
IsUnboundGenericType
Then