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