1 override of IsUnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\UnboundGenericType.vb (1)
91Public MustOverride Overrides ReadOnly Property IsUnboundGenericType As Boolean
6 references to IsUnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\NamedTypeSymbol.vb (2)
1363Return Me.IsUnboundGenericType 1524If 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)
30If type.IsUnboundGenericType Then