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)
1361
Return Me.
IsUnboundGenericType
1522
If Not
IsUnboundGenericType
AndAlso
Symbols\Retargeting\RetargetingSymbolTranslator.vb (2)
405
If type.
IsUnboundGenericType
Then
413
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