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