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