12 references to IsUnboundGenericType
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NameOfTests.cs (2)
3061Assert.False(nameofType.IsUnboundGenericType()); 3064Assert.True(typeofType.IsUnboundGenericType());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (10)
4010Assert.False(boundType.IsUnboundGenericType()); 4016Assert.False(boundType.IsUnboundGenericType()); 4022Assert.True(boundType.IsUnboundGenericType()); 4028Assert.False(boundType.IsUnboundGenericType()); 4034Assert.False(boundType.IsUnboundGenericType()); 4040Assert.True(boundType.IsUnboundGenericType()); 4046Assert.True(boundType.IsUnboundGenericType()); 4051Assert.False(boundType.IsUnboundGenericType()); 4057Assert.False(boundType.IsUnboundGenericType()); 4063Assert.False(boundType.IsUnboundGenericType());