5 references to IsUnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Attributes.vb (1)
836
Dim isValidArgument = getTypeArgument.
IsUnboundGenericType
OrElse Not getTypeArgument.IsOrRefersToTypeParameter
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
SymbolsTests\UnboundGenericType.vb (4)
81
Assert.False(
IsUnboundGenericType
(c6))
82
Assert.False(
IsUnboundGenericType
(Nothing))
83
Assert.False(
IsUnboundGenericType
(compilation.CreateArrayTypeSymbol(c1)))
89
Assert.True(
IsUnboundGenericType
(u_c2))